public abstract class JDBCFiberAsync<V,E extends Throwable> extends FiberAsync<V,E>
Constructor and Description |
---|
JDBCFiberAsync() |
Modifier and Type | Method and Description |
---|---|
static <V,E extends Exception> |
exec(ExecutorService es,
co.paralleluniverse.common.util.CheckedCallable<V,E> cc) |
asyncCompleted, asyncFailed, getResult, isCompleted, prepark, requestAsync, requestSync, requestSync, run, run, run, runBlocking, runBlocking, runBlocking, waitForRegistration, wrapException
@Suspendable public static <V,E extends Exception> V exec(ExecutorService es, co.paralleluniverse.common.util.CheckedCallable<V,E> cc) throws E extends Exception
E extends Exception