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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -