java_threadpool/
lib.rs

1mod ThreadPool_rs;
2pub use ThreadPool_rs::ThreadPool;
3pub use ThreadPool_rs::Future_rs::Future;
4
5