TODO boost::bind(member_function, shared_ptr) 26 tp->schedule(boost::bind(task_with_parameter, 42)); 12 // Second example task 13 void task_with_parameter(int value) 14 { 15 ... 16 }
Hosted by