Skip to main content

recv_response

Function recv_response 

Source
pub async fn recv_response(
    receiver: &mut UnboundedReceiver<Response>,
) -> Response
Expand description

Helper function to receive a response from a session.

This is async and will wait for the response.