AtomicMutable<'a>
Namespace: Gjallarhorn
A thread-safe wrapper using interlock for a mutable value with change notification
Constructors
Constructor | Description |
new(value)
Signature: value:'a -> AtomicMutable<'a>
|
CompiledName: |