We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72536a8 commit e7c6cd2Copy full SHA for e7c6cd2
Sources/NIOAsyncRuntime/AsyncEventLoopExecutor.swift
@@ -374,7 +374,7 @@ fileprivate actor _AsyncEventLoopExecutor {
374
///
375
/// Outside of `runNextJobIfNeeded`, we ensure a call is made to `runNextJobIfNeeded` any time
376
/// new jobs are scheduled or otherwise enqueued. In this way, we allow the loop to be completely
377
- /// dead when the queues are empty (ie. there is no dread `while true` loop here), but also ensure tasks
+ /// dead when the queues are empty, but also ensure tasks
378
/// run in the expected order once enqueued.
379
380
/// This behavior is thoroughly tested to match the behavior of ``SelectableEventLoop`` from ``NIOPosix``,
0 commit comments