Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/node_platform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class WorkerThreadsTaskRunner::DelayedTaskScheduler {

// The delayed task scheuler is on is own thread with its own loop that
// runs the timers for the scheduled tasks to pop the original task back
// into the the worker task queue. This first pushes the tasks that
// into the worker task queue. This first pushes the tasks that
// schedules the timers into the local task queue that will be flushed
// by the local event loop.
locked.Push(std::move(delayed));
Expand Down
Loading