Re-exports§
pub use bytes;
Modules§
Structs§
- The driver to driving Asynchronous IO
- File description handle. created by implementator.
- Interest io event variant used in poll registering.
- Adapter
RawDriverExt
trait toRawDriver
trait - Future type to suspend current task for a while
- File id for file description handle.
- Strong type version file handle.
- A future object which will suspend current task when
F
returns errorWouldBlock
Enums§
- File description control command.
- The response of
fd_cntl
. - File description variants are used by the
fd_open
function to open fileHandle
. - File description open flags used by
fd_open
method.
Traits§
- io driver must implement this trait.
- Easier to implement version of
RawDriver
trait
Functions§
- Sleep for a while
- Add timeout feature for exists
Fut
- Create a new future task that will suspend current task when
F
return errorWouldBlock