Module cros_async::sys::linux::fd_executor
source · Structs§
Reactor
that manages async IO work using epoll.- OpData 🔒
- 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 aPendingOperation
will get the result from the executor.
Enums§
- OpStatus 🔒