File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1156,14 +1156,14 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
1156
1156
| scheduler.
1157
1157
|
1158
1158
| Note on usage: For the current Rakudo, by default this imposes a
1159
- | maximum of 16 threads on hyperoperators and methods such as
1160
- | C < .hyper > and C < .race > . To change the maximum number of threads, either
1161
- | set the environment variable RAKUDO_MAX_THREADS or create a scoped copy
1162
- | with the default changed:
1159
+ | maximum of 16 threads on the methods C < .hyper > and C < .race > . To change
1160
+ | the maximum number of threads, either set the environment variable
1161
+ | RAKUDO_MAX_THREADS before running perl6 or create a scoped copy
1162
+ | with the default changed before using C < .hyper > or C < .race > :
1163
1163
|
1164
1164
| my $*SCHEDULER = ThreadPoolScheduler.new( max_threads => 64 );
1165
1165
|
1166
- | This behavior is not tested in the spec tests and is subject to change.)
1166
+ | This behavior is not tested in the spec tests and is subject to change.
1167
1167
------------------+--------------------------------------------
1168
1168
1169
1169
= end pod
You can’t perform that action at this time.
0 commit comments