Package org.ores.async
Interface NeoQueue.ITaskHandler<T,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(NeoQueue.Task<T,V> t, NeoQueue.IAsyncErrFirstCb<V> v)
-
-
-
Method Detail
-
run
void run(NeoQueue.Task<T,V> t, NeoQueue.IAsyncErrFirstCb<V> v)
-
-