Expand description
toad-async
Modules§
- nb
- Crate glob-reexport for API compatibility with the
nb
crate
Enums§
- Error
- Either an error occurred or the operation would block
Traits§
- Async
Pollable - Helper methods for nullary closures returning
crate::Result
- Async
Result - Helper methods for
crate::Result
Functions§
- block
- Poll the given function
f
until the result returned is notError::WouldBlock
Type Aliases§
- Result
- Non-blocking
Result