Module pulsar_binary_protocol_spec::client_channel[][src]

Re-exports

pub use handler_channel_storage::HandlerChannelStorage;
pub use handler_channel_storage::HandlerChannelStorageItem;

Modules

handler_channel_storage

Structs

AC_Receiver

The receiving side of a channel.

AC_Sender

The sending side of a channel.

FC_Receiver

A future for a value that will be provided by another asynchronous task.

FC_Sender

A means of transmitting a single value to another task.