pub fn bind_queue<S>(
channel_id: u16,
socket: S,
option: BindQueueOption,
) -> QueueBound<S>
Expand description
Bind a queue asynchronously.
That means we won’t wait to receive Declare-Ok
method after send Declare
method.
pub fn bind_queue<S>(
channel_id: u16,
socket: S,
option: BindQueueOption,
) -> QueueBound<S>
Bind a queue asynchronously.
That means we won’t wait to receive Declare-Ok
method after send Declare
method.