export Runnable
This commit is contained in:
parent
91f2fdf330
commit
076d89e866
1 changed files with 1 additions and 0 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Reference in a new issue