Commit graph

9 commits

Author SHA1 Message Date
faa5ba23c5
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:37:55 +01:00
8f5f7b341c
misc: typo 2025-09-02 21:58:26 +01:00
828c06e872
fix: implement error for error types
Fixes the failing doctests
2025-09-02 21:56:53 +01:00
bb5827ead1
test: add basic tests for synchronous channel 2025-09-02 21:47:44 +01:00
2de73e10b1
feat: add initial synchronous channel implementation 2025-09-02 21:46:40 +01:00
b5a659f8a7
feat: add message types to be sent over channels 2025-09-02 16:22:20 +01:00
1215e8ae74
fix: rename error to be more descriptive 2025-09-02 16:16:25 +01:00
d5cabeeedc
feat: add error types 2025-09-02 16:05:14 +01:00
59d7953aad
initial commit 2025-09-02 15:35:40 +01:00