Module sync

Module sync 

1.6.0 ยท Source
Expand description

Synchronization primitives

Modulesยง

atomic
Atomic types

Structsยง

ExclusiveExperimental
Exclusive provides mutable access, also referred to as exclusive access to the underlying value. However, it only permits immutable, or shared access to the underlying value when that value is Sync.