macro_rules! select { ($($fut:expr),+ $(,)?) => { ... }; }
A racing multitasker
use ev3dev_rs::select; select!(drive.straight(100), attachment_motor.run_until_stalled(-45))?;