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 39b5967 commit c5f48a8Copy full SHA for c5f48a8
doc/Type/CurrentThreadScheduler.pod6
@@ -8,7 +8,7 @@
8
class CurrentThreadScheduler does Scheduler {}
9
10
C<CurrentThreadScheduler> executes tasks on the current threads. This means
11
-that L<method cue|/type/Scheduler#method cue> blocks until the code has
+that L<method cue|/type/Scheduler#method_cue> blocks until the code has
12
finished executing.
13
14
=end pod
0 commit comments