[][src]Module runng::asyncio

NNG protocols. See Section 7.

Re-exports

pub use self::pair::*;
pub use self::pair_stream::*;
pub use self::pull::*;
pub use self::pull_stream::*;
pub use self::push::*;
pub use self::reply::*;
pub use self::reply_stream::*;
pub use self::request::*;

Modules

pair

Async pair

pair_stream

Async pair

pull

Async read

pull_stream

Async push/pull ("pipeline")

push

Async publish/subscribe

reply

Async request/reply

reply_stream

Async request/reply

request

Async request/reply

Traits

AsyncContext

Context for asynchrounous I/O.

AsyncSocket

A Socket that can be turned into a context for asynchronous I/O.

AsyncStream
AsyncStreamContext