Question on create_thread()

17 Mar
2008
17 Mar
'08
3:45 a.m.
Hi all,
I'm a new user of BOOST library. I'm creating a class that requires to do
some multi threading stuff.
The class I'm creating has a method...
void Calculator::Calc(int value)
{
...
}
In order to run multiple Calc() in different threads, I created another
method FindResult() the implementation was...
void Calculator::FindResult(int numbers)
{
thread_group group;
boost::function
6245
Age (days ago)
6245
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexander Dong Back Kim