https://github.com/soenneker/soenneker.atomics.bools
A lock free atomic boolean.
https://github.com/soenneker/soenneker.atomics.bools
atomic atomicbool atomics bool bools csharp dotnet interlocked util volatile
Last synced: about 2 months ago
JSON representation
A lock free atomic boolean.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.atomics.bools
- Owner: soenneker
- License: mit
- Created: 2025-12-17T17:32:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-07T00:11:24.000Z (4 months ago)
- Last Synced: 2026-01-14T00:14:32.086Z (3 months ago)
- Topics: atomic, atomicbool, atomics, bool, bools, csharp, dotnet, interlocked, util, volatile
- Language: C#
- Homepage: https://soenneker.com
- Size: 41 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.bools/)
[](https://github.com/soenneker/soenneker.atomics.bools/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.atomics.bools/)
[](https://github.com/soenneker/soenneker.atomics.bools/actions/workflows/codeql.yml)
#  Soenneker.Atomics.Bools
### A lock free atomic boolean.
## Installation
```
dotnet add package Soenneker.Atomics.Bools
```