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

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.

Awesome Lists containing this project

README

          

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

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Atomics.Bools
### A lock free atomic boolean.

## Installation

```
dotnet add package Soenneker.Atomics.Bools
```