c++ - WaitForMultpleObjects in boost (any updates?) -
well, trying port code win32 application multiplatform application using boost. going smoothly until hit "waitformultipleobjects" problem. basically, have few different boost::recursive_mutexes need grabbed @ once. waitformultipleobjects grabs them when ready, regardless of order.
this has been bit of missing functionality quite while now, stated in thread:
waitformultipleobjects functionality in boost
anyone find solutions problem since then?
Comments
Post a Comment