rwlocks in boost::thread

21 Jul
2004
21 Jul
'04
6:21 a.m.
Does boost::thread provide a rwlock primitive? I can't seem to find it. If not, is it because it's not a true primitive? or because not all OSes have this concept in their native APIs? -- // scopira.org | ninjacoder.com //

1:54 p.m.
Aleksander Demko wrote:
Does boost::thread provide a rwlock primitive? I can't seem to find it.
There is a read_write_lock in the upcoming Boost 1.32.0 release. However, it's a very preliminary design that will certainly change in following releases. It also has to pass its unit tests first, which has been a problem so far. Mike
7651
Age (days ago)
7652
Last active (days ago)
2 comments
2 participants
participants (2)
-
Aleksander Demko
-
Michael Glassford