https://github.com/soenneker/soenneker.atomics.nullablebools
A lock free atomic nullable boolean.
https://github.com/soenneker/soenneker.atomics.nullablebools
atomic atomicnullablebool atomics bool csharp dotnet interlocked nullablebools util volatile
Last synced: 6 days ago
JSON representation
A lock free atomic nullable boolean.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.atomics.nullablebools
- Owner: soenneker
- License: mit
- Created: 2025-12-17T17:27:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-21T23:38:41.000Z (3 months ago)
- Last Synced: 2026-01-22T08:18:38.629Z (3 months ago)
- Topics: atomic, atomicnullablebool, atomics, bool, csharp, dotnet, interlocked, nullablebools, util, volatile
- Language: C#
- Homepage: https://soenneker.com
- Size: 42 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.nullablebools/)
[](https://github.com/soenneker/soenneker.atomics.nullablebools/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.atomics.nullablebools/)
[](https://github.com/soenneker/soenneker.atomics.nullablebools/actions/workflows/codeql.yml)
#  Soenneker.Atomics.NullableBools
### A lock free atomic nullable boolean.
## Installation
```
dotnet add package Soenneker.Atomics.NullableBools
```