Searched defs:PendingFuture (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DPendingFuture.java37 final class PendingFuture<V,A> implements Future<V> { class in inherits:Future
57 PendingFuture(AsynchronousChannel channel, method in class:PendingFuture
68 PendingFuture(AsynchronousChannel channel, method in class:PendingFuture
77 PendingFuture(AsynchronousChannel channel) { method in class:PendingFuture
81 PendingFuture(AsynchronousChannel channel, Object context) { method in class:PendingFuture

Completed in 66 milliseconds