Allow for completely lock-free access to Static values, and closed channels.

This commit is contained in:
CordlessCoder 2025-09-17 01:34:54 +01:00
parent 061a45eaa8
commit 3a3cfa8a3b
No known key found for this signature in database
GPG key ID: EDAF0AEF0E77DE04
6 changed files with 35 additions and 20 deletions

View file

@ -17,6 +17,7 @@ exclude = ["flake.nix", "flake.lock", ".envrc", "cliff.toml", "release-plz.toml"
thiserror = "2.0"
flume = { version = "0.11", optional = true }
crossbeam-channel = { version = "0.5", optional = true }
arc-swap = "1.7.1"
[features]
default = ["all"]