C# (CSharp) RampUp.Atomics Namespace

Classes

Name Description
AtomicInt A wrapper around an address under which int is stored. Besides Read, Write provides threadsafe access with possible Aquire-Release Fence semantics.
AtomicLong A wrapper around an address under which long is stored. Besides Read, Write provides threadsafe access with possible Aquire-Release Fence semantics.