Expand description
A collection of handy asynchronous-only parts of the crate.
Re-exports
pub use codec;pub use codec::http::HttpClientCodec;pub use codec::http::HttpServerCodec;pub use codec::ws::Context as MsgCodecCtx;pub use codec::ws::MessageCodec;pub use stream::async as stream;pub use stream::async::Stream;pub use server::async::Server;pub use client::async::Client;pub use result::async::WebSocketFuture;pub use futures;Modules
A collection of handy asynchronous-only parts of the
client module.A collection of handy asynchronous-only parts of the
server module.Structs
An event loop.
A non-sendable handle to an event loop, typically passed into functions that
create I/O objects to bind them to this event loop.
An I/O object representing a TCP socket listening for incoming connections.
An I/O object representing a TCP stream connected to a remote endpoint.