File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 8
8
has &.uncaught_handler is rw
9
9
}
10
10
11
- Common role for schedulers. A scheduler is a piece of code that determines
12
- which resources to use to run which task, and when.
11
+ A scheduler is a piece of code that determines which resources to use to run
12
+ which task, and when. This role contains code that will be the same for all
13
+ kinds of schedulers.
13
14
14
15
Some operations for example on L < Proc::Async|/type/Proc::Async > ,
15
16
L < Promise|/type/Promise > , L < Supply|/type/Supply > allow you to specify a
@@ -63,6 +64,14 @@ will be thrown. This only applies to releases 2019.05 and later.
63
64
One should call the C < cancel > method on the returned C < Cancellation > object
64
65
to cancel the (possibly repeated) cueing of the code.
65
66
67
+ = head2 method loads
68
+
69
+ Defined as:
70
+
71
+ method loads()
72
+
73
+ This is a method stub, should be re-implemented when subclassing.
74
+
66
75
= end pod
67
76
68
77
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
You can’t perform that action at this time.
0 commit comments