Dumping the SelectionKeys is a non-blocking action.

This commit is contained in:
Simone Bordet 2017-10-23 16:57:12 +02:00
parent 260149ea99
commit 0519372382
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ public class ManagedSelector extends ContainerLifeCycle implements Dumpable
}
}
private class DumpKeys implements Runnable
private class DumpKeys extends NonBlockingAction
{
private final CountDownLatch latch = new CountDownLatch(1);
private final List<Object> _dumps;