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

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

A thread-safe int implemented on top of Interlocked/Volatile operations.
https://github.com/soenneker/soenneker.atomics.ints

32 atomic atomicint atomics bool csharp dotnet int interlocked ints util volatile

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

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

## Installation

```
dotnet add package Soenneker.Atomics.Ints
```