Skip to content

Commit ab6160d

Browse files
committed
Added todo to Scheduler
1 parent 42fc446 commit ab6160d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/processes/scheduler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//While it is probably more robust, this should fit the needs for
55
//this project.
66

7+
//TODO: Use a fair scheduling implementation
78
class Scheduler {
89
constructor(throttle = 0){
910
this.nextTaskId = 1;

0 commit comments

Comments
 (0)