Home
last modified time | relevance | path

Searched refs:timeoutExecutor (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
252 timeoutExecutor.shutdown();