Click or drag to resize
Akka.NETAkka.Util.Internal Namespace
The Akka.Util.Internal namespace contains classes that provide utilitarian functionality. These classes are part of an internal API. As such, these classes may break without warning. Use at your own risk.
Classes
  ClassDescription
Public classAtomicCounter
An atomic 32 bit integer counter.
Public classAtomicCounterLong
An atomic 64 bit integer counter.
Public classDictionaryExtensions
TBD
Public classExtensions
TBD
Public classInterlockedSpin
INTERNAL! Implements helpers for performing Compare-and-swap operations using CompareExchangeT(T, T, T)
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Public classStringBuilderExtensions
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Public classTaskExtensions
INTERNAL API Extensions for working with Task types
Interfaces
  InterfaceDescription
Public interfaceIAtomicCounterT
An interface that describes a numeric counter.
Public interfaceIAtomicState
This interface represents the parts of the internal circuit breaker state; the behavior stack, watched by, watching and termination queue