Skip to content

Commit

Permalink
Mention that Scheduler.cue edge case handling is a 2019.05 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiepi committed May 9, 2019
1 parent e7b9314 commit 30c0348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Scheduler.pod6
Expand Up @@ -55,7 +55,7 @@ If C<$at> or C<$in> are C<Inf>, C<&code> will never be run; if C<$every> is
C<Inf>, C<&code> will only be run once. If any of the three are C<-Inf>,
C<&code> will be run immediately. If any of the three are C<NaN>, an
L<X::Scheduler::CueInNaNSeconds|/type/X/Scheduler/CueInNanSeconds> exception
will be thrown.
will be thrown. This only applies to releases 2019.05 and later.
One should call the C<cancel> method on the returned C<Cancellation> object
to cancel the (possibly repeated) cueing of the code.
Expand Down
2 changes: 2 additions & 0 deletions doc/Type/X/Scheduler/CueInNaNSeconds.pod6
Expand Up @@ -20,4 +20,6 @@ Throws with:
=for code :lang<text>
Cannot pass NaN as a number of seconds to Scheduler.cue
This class only exists in releases 2019.05 and later.
=end pod

0 comments on commit 30c0348

Please sign in to comment.