dispenso
A library for task parallelism
 
Loading...
Searching...
No Matches
dispenso::UnalignedRWLock Class Reference

#include <rw_lock.h>

Inherits detail::RWLockImpl.

Detailed Description

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.

Definition at line 99 of file rw_lock.h.


The documentation for this class was generated from the following file: