1 2 3 4 5 6 7 8
#![feature(fn_traits, unboxed_closures)] pub mod pool; pub mod graph; pub use pool::Pool; pub use pool::Status; pub use pool::Task;