method finish
1 | class Thread |
1.1 | (Thread) method finish |
Documentation for method finish
assembled from the following types:
class Thread
From Thread
(Thread) method finish
method finish(Thread)
Waits for the thread to finish. This is called join in other programming systems.