Skip to content

Commit b93a36f

Browse files
committed
remove useless comment
1 parent 1c19c0b commit b93a36f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/main/java/io/netty/loom/EventLoopScheduler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ private void virtualThreadSchedulerLoop() {
163163
}
164164
}
165165
// make sure the event loop thread is fully terminated
166-
// TODO verify that isAlive works!
167166
while (eventLoopThread.isAlive()) {
168167
runExternalContinuations(RUNNING_YIELD_US);
169168
runEventLoopContinuation();

0 commit comments

Comments
 (0)