[][src]Macro indigo_proc_macros::future_race

future_race!() { /* proc-macro */ }

Waits for one of the given futures to complete and then returns the output.

The other futures are canceled.