
14 Apr
2008
14 Apr
'08
7:58 a.m.
Hello Braddock, where does the code below block? I believe in boost::bind(Add, fa, 3) where fa is inplizitly converted to an int - right? So JobQueue::schedule is executed only if fa got an value assigned?! future<int> fb = q.schedule<int>(boost::bind(Add, fa, 3), fa); // fa + 3 Oliver