17 Mar
2013
17 Mar
'13
5:05 p.m.
Hello, I would like to create a boost thread that can be reused to run a variety of functions each with different number of args of different types. I am using C++11 gnu compiler and so maybe a solution using variadics might work? I posted to here: http://stackoverflow.com/questions/15237426/can-a-thread-be-reused-to-run-va... But I am not understanding how. Thank you