Module cros_async::sys::unix::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 a PendingOperation will get the result from the executor.