Module util

Module util 

Source
Expand description

A collection of utilities to deal with IO, futures and runtimes

Structsยง

IOHandle
A synchronous IO handle
RuntimeParts
Wrapper around separate Executor and Reactor implementing RuntimeKit
SocketAddrs
Wrapper to impl AsyncToSocketAddrs from an IntoIterator<Item = SocketAddr>
SocketAddrsResolver
Wrapper to perform blocking name resolution on top of an async runtime
UnitFuture
Wrap a Future to discard its output