use ;
/// A future which returns Pending once, and returns Ready the next time it is polled. Used to
/// interrupt a running task to make space for others to run.
;
/// Interrupts the current task and yields for the ohers. This uses a YieldFuture