Re-exports
pub use async_std;
Modules
- Filesystem manipulation operations.
Macros
Structs
- A TCP stream between a local and a remote socket.
- A wrapper around a
rustls::ClientConfig
, providing an asyncconnect
method. - A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
- A Unix stream socket.
Traits
- Read bytes asynchronously.
- Extension methods for
Read
. - Write bytes asynchronously.
- Extension methods for
Write
.
Functions
- Spawns a task and blocks the current thread on its result.
- Sleeps for the specified amount of time.
- Spawns a task.
- Awaits a future or times out after a duration of time.
- Cooperatively gives up a timeslice to the task scheduler.