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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -