Skip to content

Commit e7c6cd2

Browse files
committed
wip source comments tidy up
1 parent 72536a8 commit e7c6cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOAsyncRuntime/AsyncEventLoopExecutor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ fileprivate actor _AsyncEventLoopExecutor {
374374
///
375375
/// Outside of `runNextJobIfNeeded`, we ensure a call is made to `runNextJobIfNeeded` any time
376376
/// 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
377+
/// dead when the queues are empty, but also ensure tasks
378378
/// run in the expected order once enqueued.
379379
///
380380
/// This behavior is thoroughly tested to match the behavior of ``SelectableEventLoop`` from ``NIOPosix``,

0 commit comments

Comments
 (0)