Skip to main content

Module sync

Module sync 

Source
Expand description

Share synchronous primitives

Structsยง

SharedLock
Thread-safe shared mutable value using Mutex for exclusive access.
SharedMap
Concurrent map wrapper over DashMap providing ergonomic scoped access.
SharedRw
Thread-safe shared value using RwLock for concurrent reads and exclusive writes.