Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

C++ check if thread is joinable

if (thread1.joinable())
{
  thread1.join();
}
 
PREVIOUS NEXT
Tagged: #check #thread #joinable
ADD COMMENT
Topic
Name
8+5 =