src/tools/parallel_handler.rs: execute closure inside a thread pool

This commit is contained in:
Dietmar Maurer
2020-09-25 12:13:06 +02:00
parent 510544770b
commit 3c9b370255
2 changed files with 136 additions and 0 deletions

View File

@ -33,6 +33,9 @@ pub mod statistics;
pub mod systemd;
pub mod nom;
mod parallel_handler;
pub use parallel_handler::*;
mod wrapped_reader_stream;
pub use wrapped_reader_stream::*;