We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c0230 commit 96ec084Copy full SHA for 96ec084
doc/Type/Scheduler.pod6
@@ -27,7 +27,7 @@ code that is being scheduled and run.
27
28
=head2 method cue
29
30
- method cue(&code, Instant :$at, :$in, :$every, :$times = 1; :&catch --> $cancellation)
+ method cue(&code, Instant :$at, :$in, :$every, :$times = 1; :&catch --> Cancellation)
31
32
Schedules a callable (C<&code>) for execution and returns an instantiated
33
C<Cancellation> object to cancel the scheduling of the code for execution
0 commit comments