lib.rs: made bunbunworker public

This commit is contained in:
2005 2024-10-24 20:51:47 +02:00
parent 29808f5efe
commit d83ad8141c

View file

@ -19,7 +19,7 @@ use tokio::sync::Mutex;
mod client;
mod test;
struct BunBunWorker {
pub struct BunBunWorker {
channel: Channel,
consumers: Vec<Consumer>,
handlers: Vec<