12 packages tagged with “Atomics”
Faster reflection;Atomic primitives;hash functions and collections. For more information please visit: https://github.com/yanggujun/commonsfornet/wiki/Commons.Collections
A thread-safe bool struct implemented on top of Interlocked/Volatile operations.
A thread-safe int32 struct implemented on top of Interlocked/Volatile operations.
This package enables .NET projects to use atomic primitives.
A lightweight, allocation-free atomic nullable boolean struct implemented on top of an inline ValueAtomicInt
A lock free atomic nullable boolean.
A lock-free, thread-safe wrapper for atomically publishing and reading a string reference. Designed for shared, mutable string state with minimal allocations, supporting fast reads and safe one-time or racing initialization without locks.
AtomicResource is a thread-safe utility for holding a single instance of a resource that can be lazily created, atomically reset, and asynchronously torn down, ensuring safe concurrent access and predictable lifecycle management.
A thread-safe int implemented on top of Interlocked/Volatile operations.
A lock free atomic boolean.
A thread-safe long implemented on top of Interlocked/Volatile operations.