pub fn create_response_channel( buffer_size: Option<usize>, ) -> (Sender<Response>, Receiver<Response>)
Creates a channel for response communication.