Macro create_bidirectional_channel

Source
macro_rules! create_bidirectional_channel {
    ($req:ty, $resp:ty) => { ... };
}
Expand description

Creates a pair of bidirectional channels for request/response communication.