Module cros_async::sys::linux::fd_executor   
source · Structs§
Reactorthat manages async IO work using epoll.- OpData 🔒
 - A token returned from
add_operationthat 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 aPendingOperationwill get the result from the executor. 
Enums§
- OpStatus 🔒