#include <rw_lock.h>
Inherits detail::RWLockImpl.
An unaligned version of the RWLock. This could be useful if you e.g. want to create an array of these to guard a large number of slots, and the likelihood of multiple threads touching any region concurrently is low. All other behavior remains the same, so refer to the documentation for RWLock.