Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c4f0298e584ffdec51fd94828dbb94caf74446ae https://github.com/Perl/perl5/commit/c4f0298e584ffdec51fd94828dbb94caf74446ae Author: Karl Williamson <[email protected]> Date: 2020-12-06 (Sun, 06 Dec 2020)
Changed paths:
M thread.h
Log Message:
-----------
Change many-reader mutex API for consistency
The API for other mutexes passes the address of the lock, instead of the
lock itself. It is less confusing to have the APIs be the same.
