refactor: reorganize channel modules and implement async/sync structures

This commit is contained in:
Callum Leslie 2026-03-04 21:01:46 +00:00
parent 8366421ede
commit f62d8eebca
9 changed files with 40 additions and 24 deletions

View file

@ -1,4 +1,5 @@
pub mod traits;
pub mod channel;
#[cfg(feature = "async-tokio")]
pub mod tokio;