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-variadic-functions
But I am not understanding how.
Thank you