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