Module websocket::sync

source ·
Expand description

A collection of handy synchronous-only parts of the crate.

Re-exports

pub use sender;
pub use sender::Writer;
pub use receiver;
pub use receiver::Reader;
pub use stream::sync as stream;
pub use stream::sync::Stream;
pub use server::sync::Server;
pub use client::sync::Client;

Modules

A collection of handy synchronous-only parts of the client module.
A collection of handy synchronous-only parts of the server module.