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 0c6e715 commit d7de693Copy full SHA for d7de693
doc/Type/Thread.pod6
@@ -14,7 +14,7 @@ system threads).
14
15
Since threads are fairly low-level, most applications should use other
16
primitives, like L«C<start>|/type/Promise#method_start», which also runs in
17
-parallel and returns a L<Promise|/type/Promise>.
+parallel and returns a L«C<Promise>|/type/Promise».
18
19
=begin code
20
my @threads = (^10).map: {
0 commit comments