Function create_response_channel

Source
pub fn create_response_channel(
    buffer_size: Option<usize>,
) -> (Sender<Response>, Receiver<Response>)
Expand description

Creates a channel for response communication.