Module lock

Module lock 

Source
Expand description

§Lock Wrappers

Provides wrapper functionality for synchronous and asynchronous locks, for safely accessing shared data in both synchronous and asynchronous environments.

§Author

Haixing Hu

Structs§

ArcAsyncMutex
Asynchronous Mutex Wrapper
ArcAsyncRwLock
Asynchronous Read-Write Lock Wrapper
ArcMutex
Synchronous Mutex Wrapper
ArcRwLock
Synchronous Read-Write Lock Wrapper