AtomicBoolean Class

Implementation of the java.concurrent.util.AtomicBoolean type. Uses [Interlocked.MemoryBarrier] internally to enforce ordering of writes without any explicit locking. .NET's strong memory on write guarantees might already enforce this ordering, but the addition of the MemoryBarrier guarantees it.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll)

Syntax


public class AtomicBoolean
Public Class AtomicBoolean
public ref class AtomicBoolean

Inheritance Hierarchy


Object
  Akka.Util..::..AtomicBoolean