ChannelPtr

Type Alias ChannelPtr 

Source
pub type ChannelPtr = Arc<Channel>;
Expand description

Atomic pointer to async channel

Aliased Typeยง

pub struct ChannelPtr { /* private fields */ }