Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ get active thread count

static std::atomic<int> counter = 0;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #active #thread #count
ADD COMMENT
Topic
Name
7+4 =