Dumping the SelectionKeys is a non-blocking action.
This commit is contained in:
parent
260149ea99
commit
0519372382
|
@ -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 CountDownLatch latch = new CountDownLatch(1);
|
||||||
private final List<Object> _dumps;
|
private final List<Object> _dumps;
|
||||||
|
|
Loading…
Reference in New Issue