Skip to content

Commit 0a0399f

Browse files
committed
Document Thread.finish
1 parent d50021e commit 0a0399f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/Type/Thread.pod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ has already been started.
6969
7070
Returns a numeric, unique thread identifier.
7171
72+
=head2 method finish
73+
74+
method finish(Thread:D)
75+
76+
Waits for the thread to finish. This is called I<join> in other programming
77+
systems.
78+
7279
=head2 method yield
7380
7481
method yield(Thread:U)

0 commit comments

Comments
 (0)