What is the primary purpose of the join method in thread coordination?
join
To synchronize two threads' operations
To make a thread wait until another thread completes
To terminate a thread
To create a new thread