BOOST THREADING -


i need boost thread report success or failure. doing passing pointer bool in. works of time throws access violation error once in while.

is there thing wrong in passing in pointers returning success or failure of thread function ? there other way this?

br

niladri

you may able use future. can think of future shared value between threads. 1 thread write value of future , thread read it. if future has not yet been written, reading thread block until has. futures part of boost.threads.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -