Skip to content

Commit ea18753

Browse files
committed
ThreadPoolScheduler.cue takes Callable as first positional
And not as named argument.
1 parent 89f1b00 commit ea18753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Scheduler.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ code that is being scheduled and run.
2727
2828
=head2 method cue
2929
30-
method cue(:&code, Instant :$at, :$in, :$every, :$times = 1; :&catch)
30+
method cue(&code, Instant :$at, :$in, :$every, :$times = 1; :&catch)
3131
3232
Schedules a callable (C<&code>) for execution. The adverbs control when and
3333
how the code is run:

0 commit comments

Comments
 (0)