Is there a method&nbsp; to release all threads waiting on a mutex?&nbsp; Or, more generally, a portable way to release a bunch of threads at the same time? (boost::asio?)<br><br>I didn&#39;t see anything in the docs, besides barrier.&nbsp; Unfortunately, I can&#39;t guarantee the N threads will be waiting when a flush is needed.
<br><br>thanks,<br>graham<br>

