Uses of Interface
org.ores.async.NeoQueue.IAsyncErrFirstCb
-
-
Uses of NeoQueue.IAsyncErrFirstCb in org.ores.async
Classes in org.ores.async that implement NeoQueue.IAsyncErrFirstCb Modifier and Type Class Description static class
NeoQueue.AsyncCallback<T>
Methods in org.ores.async with parameters of type NeoQueue.IAsyncErrFirstCb Modifier and Type Method Description void
NeoQueue. push(NeoQueue.Task<T,V> t, NeoQueue.IAsyncErrFirstCb<V> cb)
void
NeoQueue.ITaskHandler. run(NeoQueue.Task<T,V> t, NeoQueue.IAsyncErrFirstCb<V> v)
Constructors in org.ores.async with parameters of type NeoQueue.IAsyncErrFirstCb Constructor Description Task(T value, NeoQueue.IAsyncErrFirstCb<V> cb)
-