Library for managing multithreaded program state; providing lock-free, fast, scalable data wrappers for shared variables.
Info
Version: | 1.0.0-alpha1 |
Author(s): | Egodystonic Studios |
Last Update: | Thursday, February 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Egodystonic/Atomics |
NuGet Url: | https://www.nuget.org/packages/Egodystonic.Atomics |
Install
Install-Package Egodystonic.Atomics
dotnet add package Egodystonic.Atomics
paket add Egodystonic.Atomics
Egodystonic.Atomics Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime.CompilerServices.Unsafe(>= 4.5.2)
- System.Threading.Tasks.Extensions(>= 4.5.1)
Tags