Expand description
Traits§
- Delay
- A future representing the notification that an elapsed duration has occurred.
- Interval
- A stream representing notifications at a fixed interval.
- Runtime
- The runtime trait.
- TcpListener
- A TcpListener for this Runtime
- TcpStream
- A TcpStream for this Runtime
- UdpSocket
- A UDP socket.
Functions§
- current_
runtime - Get the current runtime.
- enter
- Runs a future inside a runtime and blocks on the result.
- set_
runtime - Set the current runtime.