Skip to content

Commit 6a19655

Browse files
author
Jan-Olof Hendig
committed
Added docs for Thread.Numeric
1 parent 8ee169b commit 6a19655

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/Thread.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ was specified.
119119
say $t1.name; # OUTPUT: «<anon>␤»
120120
say $t2.name; # OUTPUT: «my thread␤»
121121
122+
=head2 method Numeric
123+
124+
method Numeric(Thread:D: --> Int:D)
125+
126+
Returns a numeric, unique thread identifier, i.e. the same as L<id|#method_id>.
127+
122128
=head2 method Str
123129
124130
method Str(Thread:D: --> Str:D)

0 commit comments

Comments
 (0)