C# (CSharp) RampUp.Atomics 네임스페이스

클래스들

이름 설명
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.