Version 0 of thread::rwmutex

Updated 2010-10-25 22:15:50 by dkf

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