An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.atomics.valuenullablebools.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.atomics.valuenullablebools/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.atomics.valuenullablebools/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.atomics.valuenullablebools/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.atomics.valuenullablebools.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.atomics.valuenullablebools/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.atomics.valuenullablebools/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/soenneker/soenneker.atomics.valuenullablebools/actions/workflows/codeql.yml)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) 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
```