pub type BlockingRequestSender = Sender<MaybeBatch<BlockingPendingRequest>>;Expand description
Channel sender for sending blocking requests from BlockingClient to the write thread.
Aliased Typeยง
pub struct BlockingRequestSender { /* private fields */ }