Skip to content

Commit 1c6b878

Browse files
authored
Update variables.pod6
Updated my previous change to be more accurate.
1 parent f4843c3 commit 1c6b878

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Language/variables.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,14 +1156,14 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
11561156
| scheduler.
11571157
|
11581158
| 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>:
11631163
|
11641164
| my $*SCHEDULER = ThreadPoolScheduler.new( max_threads => 64 );
11651165
|
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.
11671167
------------------+--------------------------------------------
11681168
11691169
=end pod

0 commit comments

Comments
 (0)