concurrency.operations.race

Undocumented in source.

Members

Aliases

ArrayElement
alias ArrayElement(T : P[], P) = P
Undocumented in source.

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