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: N3891
Date: 2014-01-14
A proposal to rename shared_mutex to shared_timed_mutex
by Gor Nishanov, Herb Sutter
Excerpt:
We propose to rename
shared_mutextoshared_timed_mutex:(a) for consistency with the other mutexes (fixing naming inconsistency);
(b) to leave room for a
shared_mutexwhich can be more efficient on some platforms thanshared_timed_ mutex.

Add a Comment
Comments are closed.