A new WG21 paper is available. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4241
Date: 2014-10-10
A proposal to add shared_mutex (untimed), (Revision 3)
by Gor Nishanov
Excerpt:
At the Issaquah ISO C++ meeting of 2014
shared_mutex
was renamed toshared_timed_mutex
per proposal N3891 to follow the naming precedent set bytimed_mutex
andrecursive_timed_mutex
and to leave room for anuntimed shared_mutex
which can be more efficient on some platforms thanshared_timed_mutex
.
This paper introduces a shared_mutex
type without timed locking requirement. This paper only includes the proposed wording. For background for shared locking please refer to N3568, N3659 and N3891.
This revision is a minor edit of an earlier paper N3995 that adds a missingunlock()
andnative_handle()
member functions.
Add a Comment
Comments are closed.