A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3961
Date: 2014-02-25
N3961: A proposal to add shared_mutex (untimed)
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 an untimedshared_mutex
which can be more efficient on some platforms thanshared_timed_mutex
.This paper introduces
shared_mutex
without timed locking requirement. This paper only includes the proposed wording. For background for shared locking please refer to N3568, N3659 and N3891.
Add a Comment
Comments are closed.