Kizspy Question: 48
(Choose 1 answer)
PIONER FLOW. Jom
What is the effect of calling join() on a std::thread object?
A. It detaches the thread from the main thread
B. It blocks the calling thread until the thread finishes execution
C. It terminates the thread immediately
D. It creates a new thread