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

https://github.com/soenneker/soenneker.atomics.valuebools

A thread-safe bool struct implemented on top of Interlocked/Volatile operations.
https://github.com/soenneker/soenneker.atomics.valuebools

32 atomic atomics bool csharp dotnet int interlocked struct util value valueatomicbool valuebools volatile

Last synced: about 1 month ago
JSON representation

A thread-safe bool struct implemented on top of Interlocked/Volatile operations.

Awesome Lists containing this project

README

          

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

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Atomics.ValueBools
### A thread-safe bool struct implemented on top of Interlocked/Volatile operations.

## Installation

```
dotnet add package Soenneker.Atomics.ValueBools
```