class X::Scheduler::CueInNaNSeconds is Exception { }

在使用 :at:in:every 作为 NaN 调用 ThreadPoolScheduler.cueCurrentThreadScheduler.cue 时,将抛出此异常。例如,以下代码

my Cancellation $c = $*SCHEDULER.cue({
    say 'This will never output :(';
}at => NaN);

抛出

Cannot pass NaN as a number of seconds to Scheduler.cue

此类仅存在于 2019.05 及更高版本中。