Expand description
A collection of utilities to deal with IO, futures and runtimes
Structsยง
- IOHandle
- A synchronous IO handle
- Runtime
Parts - Wrapper around separate Executor and Reactor implementing RuntimeKit
- Socket
Addrs - Wrapper to impl AsyncToSocketAddrs from an IntoIterator<Item = SocketAddr>
- Socket
Addrs Resolver - Wrapper to perform blocking name resolution on top of an async runtime
- Unit
Future - Wrap a Future to discard its output