Module bmrng::unbounded[][src]

Expand description

The unbounded channel alternative

Structs

Functions

Creates an unbounded mpsc request-response channel for communicating between asynchronous tasks without backpressure.

Creates an unbounded mpsc request-response channel for communicating between asynchronous tasks without backpressure and a request timeout

Type Definitions

The internal data sent in the MPSC request channel, a tuple that contains the request and the oneshot response channel responder