Commit graph

7 commits

Author SHA1 Message Date
CordlessCoder
3a3cfa8a3b
Allow for completely lock-free access to Static values, and closed channels. 2025-09-17 01:34:54 +01:00
Callum Leslie
9843f2904c chore: release v0.0.2 2025-09-04 15:21:30 +01:00
f3fe41aa82
feat: add multiple channel providers
Each provider is enabled via a feature flag.
The currently implemented providers are:
- std::mpsc
- flume
- crossbeam_channel
2025-09-04 09:42:06 +01:00
Callum Leslie
6b754e13e8 chore: release v0.0.1 2025-09-02 22:14:10 +01:00
b7c136c804
chore: add metadata to Cargo.toml 2025-09-02 22:05:29 +01:00
828c06e872
fix: implement error for error types
Fixes the failing doctests
2025-09-02 21:56:53 +01:00
59d7953aad
initial commit 2025-09-02 15:35:40 +01:00