mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 11:39:20 +00:00
Allow for completely lock-free access to Static values, and closed channels.
This commit is contained in:
parent
061a45eaa8
commit
3a3cfa8a3b
6 changed files with 35 additions and 20 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue