use thread pool to avoid zombie processes
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
shimunn
2019-05-16 20:48:50 +02:00
parent 3cdee28f92
commit cb138358ce
3 changed files with 25 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ time = "0.1.42"
structopt = "0.2.14"
structopt-derive = "0.2.14"
derive_builder = "0.7.1"
threadpool = "1.7.1"
[profile.release]
lto = true