Returns an object used to suspend and resume execution of the current fiber or {main}.
Calls from the same fiber will return the same suspension object.
Suspension
public static function getSuspension() : Suspension { return self::getDriver()->getSuspension(); }