Namespace Akka.Util.Internal
Classes
AtomicCounter
An atomic 32 bit integer counter.
AtomicCounterLong
An atomic 64 bit integer counter.
Extensions
TBD
InterlockedSpin
INTERNAL!
Implements helpers for performing Compare-and-swap operations using CompareExchange<T>(T, T, T)
Interfaces
IAtomicCounter<T>
An interface that describes a numeric counter.
IAtomicState
This interface represents the parts of the internal circuit breaker state; the behavior stack, watched by, watching and termination queue