Module fd_executor

Source

Structs§

EpollReactor
Reactor that manages async IO work using epoll.
OpData 🔒
PendingOperation
A token returned from add_operation that can be used to cancel the waker before it completes. Used to manage getting the result from the underlying executor for a completed operation. Dropping a PendingOperation will get the result from the executor.
RegisteredSource

Enums§

Error
OpStatus 🔒

Type Aliases§

Result