23 Mar
2015
23 Mar
'15
3:41 p.m.
AMDG On 03/23/2015 02:55 AM, Fu ji wrote:
I have to change win32 events with something portable so I decided to use boost.signals2.
Boost.Signals2 isn't really a good tool for synchronization. That isn't its purpose. Try using boost::condition_variable from Boost.Thread, instead. In Christ, Steven Watanabe