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 42fc446 commit ab6160dCopy full SHA for ab6160d
src/processes/scheduler.js
@@ -4,6 +4,7 @@
4
//While it is probably more robust, this should fit the needs for
5
//this project.
6
7
+//TODO: Use a fair scheduling implementation
8
class Scheduler {
9
constructor(throttle = 0){
10
this.nextTaskId = 1;
0 commit comments