Re-exports§
pub use smol;
Traits§
- Async
BufRead - Read bytes asynchronously.
- Async
Read - Read bytes asynchronously.
- Async
Seek - Seek bytes asynchronously.
- Async
Write - Write bytes asynchronously.
- Future
- A future represents an asynchronous computation obtained by use of
async
. - Stream
- A stream of values produced asynchronously.
- _
- Extension trait for
Future
.