Module websocket::sync [] [src]

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::Stream;
pub use stream::sync as stream;
pub use server::sync::Server;
pub use client::sync::Client;

Modules

client

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

server

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