We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c19c0b commit b93a36fCopy full SHA for b93a36f
1 file changed
core/src/main/java/io/netty/loom/EventLoopScheduler.java
@@ -163,7 +163,6 @@ private void virtualThreadSchedulerLoop() {
163
}
164
165
// make sure the event loop thread is fully terminated
166
- // TODO verify that isAlive works!
167
while (eventLoopThread.isAlive()) {
168
runExternalContinuations(RUNNING_YIELD_US);
169
runEventLoopContinuation();
0 commit comments