Version 6 of thread::rwmutex

Updated 2012-10-26 00:36:30 by RLE

Create and work with read-write mutexes.

thread::rwmutex create
thread::rwmutex destroy mutex
thread::rwmutex rlock mutex
thread::rwmutex wlock mutex
thread::rwmutex unlock mutex

See also