void |
ExecutorReactor.process(Operation task) |
This method is used to execute the provided operation without
the need to specifically check for I/O events.
|
void |
ExecutorReactor.process(Operation task,
int require) |
This method is used to execute the provided operation when there
is an I/O event that task is interested in.
|
void |
Reactor.process(Operation task) |
This method is used to execute the provided operation without
the need to specifically check for I/O events.
|
void |
Reactor.process(Operation task,
int require) |
This method is used to execute the provided operation when there
is an I/O event that task is interested in.
|
void |
SynchronousReactor.process(Operation task) |
This method is used to execute the provided operation without
the need to specifically check for I/O events.
|
void |
SynchronousReactor.process(Operation task,
int require) |
This method is used to execute the provided operation when there
is an I/O event that task is interested in.
|