| Akka.Util.Internal Namespace |
| Class | Description | |
|---|---|---|
| AtomicCounter |
An atomic 32 bit integer counter.
| |
| AtomicCounterLong |
An atomic 64 bit integer counter.
| |
| DictionaryExtensions |
TBD
| |
| Extensions |
TBD
| |
| InterlockedSpin | INTERNAL!
Implements helpers for performing Compare-and-swap operations using CompareExchangeT(T, T, T) Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
| StringBuilderExtensions | Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
| TaskExtensions |
INTERNAL API
Extensions for working with Task types
|
| Interface | Description | |
|---|---|---|
| IAtomicCounterT |
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
|