mirror of
https://github.com/callumio/suck.git
synced 2026-03-21 22:18:10 +00:00
refactor: reorganize channel modules and implement async/sync structures
This commit is contained in:
parent
8366421ede
commit
f62d8eebca
9 changed files with 40 additions and 24 deletions
|
|
@ -1,4 +1,5 @@
|
|||
pub mod traits;
|
||||
pub mod channel;
|
||||
|
||||
#[cfg(feature = "async-tokio")]
|
||||
pub mod tokio;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue