concurrency.operations.race

Undocumented in source.

Members

Functions

race
RaceSender!(Senders) race(Senders senders)

Runs both Senders and propagates the value of whoever completes first if both error out the first exception is propagated, uses mir.algebraic if the Sender value types differ

Structs

RaceSender
struct RaceSender(Senders...)
Undocumented in source.

Meta