| Interface | Description |
|---|---|
| Operation |
The
Operation interface is used to describe a task
that can be executed when the associated channel is ready for some
operation. |
| Reactor |
The
Reactor interface is used to describe an object
that is used to schedule asynchronous I/O operations. |
| Class | Description |
|---|---|
| ExecutorReactor |
The
ExecutorReactor is used to schedule operation for
execution using an Executor implementation. |
| SynchronousReactor |
The
SynchronousReactor object is used to execute the
ready operations of within a single synchronous thread. |
| Enum | Description |
|---|---|
| ReactorEvent |
The
ReactorEvent enumeration is used for tracing the
operations that occur within the reactor. |
Copyright © 2025. All rights reserved.