https://github.com/soenneker/soenneker.atomics.valueints
A thread-safe int32 struct implemented on top of Interlocked/Volatile operations.
https://github.com/soenneker/soenneker.atomics.valueints
32 atomic atomics csharp dotnet int interlocked struct util value valueatomicint valueints volatile
Last synced: 3 months ago
JSON representation
A thread-safe int32 struct implemented on top of Interlocked/Volatile operations.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.atomics.valueints
- Owner: soenneker
- License: mit
- Created: 2025-12-19T15:48:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T20:08:18.000Z (3 months ago)
- Last Synced: 2026-03-10T01:57:18.413Z (3 months ago)
- Topics: 32, atomic, atomics, csharp, dotnet, int, interlocked, struct, util, value, valueatomicint, valueints, volatile
- Language: C#
- Homepage: https://soenneker.com
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.atomics.valueints/)
[](https://github.com/soenneker/soenneker.atomics.valueints/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.atomics.valueints/)
[](https://github.com/soenneker/soenneker.atomics.valueints/actions/workflows/codeql.yml)
#  Soenneker.Atomics.ValueInts
### A thread-safe int32 struct implemented on top of Interlocked/Volatile operations.
## Installation
```
dotnet add package Soenneker.Atomics.ValueInts
```