Click or drag to resize
Akka.Util Namespace

[Missing <summary> documentation for "N:Akka.Util"]

Classes
  ClassDescription
Public classAtomicBoolean
Implementation of the java.concurrent.util.AtomicBoolean type. Uses 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.
Public classAtomicReferenceT
Implementation of the java.concurrent.util AtomicReference type. Uses 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.
Public classBase64Encoding
Public classBitArrayHelpers
Extension method class to make it easier to work with BitArray instances
Public classConcurrentSetT
Public classEitherTA, TB
Public classGuard
Contains static methods for representing program contracts.
Public classLeftTA, TB
Public classListPriorityQueue
Priority queue implemented using a simple list with binary search for inserts. This specific implementation is cheap in terms of memory but weak in terms of performance. See http://visualstudiomagazine.com/articles/2012/11/01/priority-queues-with-c.aspx for original implementation This specific version is adapted for Envelopes only and calculates a priority of envelope.Message
Public classMonoConcurrentQueueT
Public classMurmur3
A Murmur3 implementation in .NET that doesn't suck. Imported from https://github.com/markedup-mobi/openmetrics This is a C# port of the canonical algorithm in C++, with some helper functions designed to make it easier to work with POCOs and .NET primitives.
Public classResolve
Public classResolveTActor
Public classRightTA, TB
Public classStandardOutWriter
This class contains methods for thread safe writing to the standard output stream.
Public classStringFormat
Public classSwitch
An atomic switch that can be either on or off
Public classThreadLocalRandom
Create random numbers with Thread-specific seeds. Borrowed form Jon Skeet's brilliant C# in Depth: http://csharpindepth.com/Articles/Chapter12/Random.aspx
Public classTypeExtensions
Class TypeExtensions.
Public classWildcardMatch
Public classWildcardTreeT
A searchable nested dictionary, represents a searchable tree structure underneath
Interfaces
  InterfaceDescription
Public interfaceIResolver
Public interfaceISurrogate
Public interfaceISurrogated