We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab06fd commit 7d6ef1cCopy full SHA for 7d6ef1c
README.md
@@ -16,7 +16,7 @@ to each other.
16
* First, import the Scheduler create a new instance of one.
17
```javascript
18
import { Scheduler } from "processes";
19
- let scheduler = self.scheduler || new Scheduler();
+ let scheduler = new Scheduler();
20
```
21
22
* Now you can spawn processes using the scheduler.
0 commit comments