Struct calloop::channel::Channel [−][src]
pub struct Channel<T> { /* fields omitted */ }
Expand description
The receiving end of the channel
This is the event source to be inserted into your EventLoop
.
pub struct Channel<T> { /* fields omitted */ }
The receiving end of the channel
This is the event source to be inserted into your EventLoop
.