mirror of
https://github.com/callumio/suck.git
synced 2026-03-21 22:18:10 +00:00
feat: implement asynchronous channel support with tokio integration
This commit is contained in:
parent
56d0889b37
commit
863ca61215
13 changed files with 385 additions and 33 deletions
7
src/asynchronous/mod.rs
Normal file
7
src/asynchronous/mod.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
pub mod traits;
|
||||
|
||||
#[cfg(feature = "async-tokio")]
|
||||
pub mod tokio;
|
||||
|
||||
#[cfg(feature = "async-tokio")]
|
||||
pub use tokio::TokioSuck;
|
||||
Loading…
Add table
Add a link
Reference in a new issue