pub type AsyncRequestReceiver = UnboundedReceiver<MaybeBatch<AsyncPendingRequest>>;Expand description
The receiving half of the request channel used internally by the async client.
Requests sent by AsyncClient are dequeued here and forwarded to State::track_request.
Aliased Typeยง
struct AsyncRequestReceiver { /* private fields */ }