JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.ores.async
Interface NeoQueue.ITaskHandler<T,
V>
Enclosing class:
NeoQueue
<
T
,
V
>
public static 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 Details
run
void
run
(
NeoQueue.Task
<
T
,
V
> t,
NeoQueue.IAsyncErrFirstCb
<
V
> v)