Original Post (with errors)
I want to wrap a call to std::thread constructor (to keep track of all threads running so I can join them or do other things). In this example, the I want to wrap a
I want to wrap a call to std::thread constructor (to keep track of all threads running so I can join them or do other things). In this example, the I want to wrap a