5 Mar
2010
5 Mar
'10
4:02 a.m.
By the way, I think the use of boost::function is redundant. Doesn't it just work like this:
boost::thread(my_thread, "bla", "lala");
I wanted to give a simple example; in reality my_thread() is a method
and I use something like:
boost::thread(boost::function