Update asynk.rs

This commit is contained in:
Pmarquez 2022-08-29 22:28:43 +02:00 committed by GitHub
parent 05632a48ce
commit 91f2fdf330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ pub mod async_queue;
pub mod async_runnable;
pub mod async_worker;
pub mod async_worker_pool;
pub use async_queue::*;
pub use async_runnable::AsyncRunnable;
pub use async_runnable::Error as AsyncError;