concurrency.operations.raceall

Undocumented in source.

Members

Functions

raceAll
RaceSender!(Senders) raceAll(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

Meta