|
|
8366421ede
|
refactor: move traits to sync module and update imports
|
2026-03-04 21:08:01 +00:00 |
|
|
|
863ca61215
|
feat: implement asynchronous channel support with tokio integration
|
2026-03-04 21:07:56 +00:00 |
|
|
|
3e8a541daa
|
test: set_mut tests
|
2026-03-04 20:21:04 +00:00 |
|
CordlessCoder
|
016fe5302d
|
Allow for completely lock-free access to Static values, and closed channels.
|
2025-10-14 09:17:40 +01:00 |
|
|
|
4dd7df50e1
|
feat: add internal constructor for Sucker/Sourcer
|
2025-09-16 08:26:35 +01:00 |
|
|
|
ca4825552f
|
feat: remove closed flag from ChannelState
|
2025-09-15 11:38:00 +01:00 |
|
Roman Moisieiev
|
68369a7e4b
|
Remove unnecessary Mutex
|
2025-09-15 10:09:59 +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 |
|