atomic-state 0.1.5

This library provides a static asynchronous data that can be accessed safely and concurrently from any part of your program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "atomic-state"

description = "This library provides a static asynchronous data that can be accessed safely and concurrently from any part of your program"

keywords = ["async", "static", "flag", "state"]

categories = ["development-tools", "rust-patterns"]

version = "0.1.5"

license = "MIT"

authors = ["Bulat Sh. <t.me/fuderis>"]

repository = "https://github.com/fuderis/rs-atomic-state"

readme = "README.md"

edition = "2024"



[dependencies]

arc-swap = "1.8.0"

once_cell = "1.21.3"

tokio = { version = "1.48.0", features = ["full"] }