https://github.com/soenneker/soenneker.atomics.valuenullablebools
A lightweight, allocation-free atomic nullable boolean struct implemented on top of an inline ValueAtomicInt
https://github.com/soenneker/soenneker.atomics.valuenullablebools
atomic atomics bool csharp dotnet nullable nullablebool object valueatomicbool valuenullablebools
Last synced: about 1 month ago
JSON representation
A lightweight, allocation-free atomic nullable boolean struct implemented on top of an inline ValueAtomicInt
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.atomics.valuenullablebools
- Owner: soenneker
- License: mit
- Created: 2026-01-21T19:28:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-10T00:41:04.000Z (3 months ago)
- Last Synced: 2026-03-10T00:54:17.605Z (3 months ago)
- Topics: atomic, atomics, bool, csharp, dotnet, nullable, nullablebool, object, valueatomicbool, valuenullablebools
- Language: C#
- Homepage: https://soenneker.com
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.valuenullablebools/)
[](https://github.com/soenneker/soenneker.atomics.valuenullablebools/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.atomics.valuenullablebools/)
[](https://github.com/soenneker/soenneker.atomics.valuenullablebools/actions/workflows/codeql.yml)
#  Soenneker.Atomics.ValueNullableBools
### A lightweight, allocation-free atomic nullable boolean struct implemented on top of an inline ValueAtomicInt
## Installation
```
dotnet add package Soenneker.Atomics.ValueNullableBools
```