export Runnable

This commit is contained in:
pxp9 2022-08-31 12:05:56 +02:00
parent 91f2fdf330
commit 076d89e866
No known key found for this signature in database
GPG key ID: 2DC73C49C2A9A6D4

View file

@ -7,6 +7,7 @@ pub mod worker_pool;
pub use error::FangError;
pub use queue::*;
pub use runnable::Runnable;
pub use schema::*;
pub use worker::*;
pub use worker_pool::*;