https://github.com/soenneker/soenneker.utils.atomicbool
A thread-safe boolean implemented on top of Interlocked operations.
https://github.com/soenneker/soenneker.utils.atomicbool
atomic atomicbool bool boolean csharp dotnet interlocked safe thread util utils
Last synced: 10 months ago
JSON representation
A thread-safe boolean implemented on top of Interlocked operations.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.atomicbool
- Owner: soenneker
- License: mit
- Created: 2025-06-23T18:42:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T18:59:59.000Z (10 months ago)
- Last Synced: 2025-06-23T19:42:25.355Z (10 months ago)
- Topics: atomic, atomicbool, bool, boolean, csharp, dotnet, interlocked, safe, thread, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- 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.utils.atomicbool/)
[](https://github.com/soenneker/soenneker.utils.atomicbool/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.atomicbool/)
#  Soenneker.Utils.AtomicBool
### A thread-safe boolean implemented on top of Interlocked operations.
## Installation
```
dotnet add package Soenneker.Utils.AtomicBool
```