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 ba91684 commit 04ee790Copy full SHA for 04ee790
doc/Type/Thread.pod6
@@ -141,7 +141,7 @@ L<name|#method_name>.
141
142
Returns a Bool indicating whether the current thread (if called as a class
143
method) or the Thread object on which it is called, is the initial thread
144
-of the program seen from a HLL-language perspective.
+the program started on.
145
146
say Thread.is-initial-thread; # True if this is the initial thread
147
say $*THREAD.is-initial-thread; # True if $*THREAD is the initial thread
0 commit comments