cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Is there a write-biased lock available f
Is there a write-biased lock available for boost::shared_mutex?
Oct 10, 2012 at 10:12pm UTC
rollie
(304)
Is there a type of write lock available on a boost::shared_mutex that will block future read locks until the write lock has successfully obtained the lock and released it? unique_lock seems to still allow shared_locks to be acquired.
Last edited on
Oct 10, 2012 at 10:12pm UTC
Topic archived. No new replies allowed.