aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-14 17:43:45 +0000
committerAleksey Kladov <[email protected]>2019-02-14 18:11:07 +0000
commitbf352cd2511775a331d77dee261b64bd8359dacb (patch)
treeba7d988ebef437d5a9d7beac048b5ac0dbd2fe9c /Cargo.lock
parent10bf61b83b2600ed3cb7e7825f1cd0ee83e9b7e7 (diff)
automatically wait for worker threads
closes #817
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 65ffff90a..266b88f19 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1651,7 +1651,6 @@ name = "thread_worker"
1651version = "0.1.0" 1651version = "0.1.0"
1652dependencies = [ 1652dependencies = [
1653 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1653 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1654 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1655 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1654 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1656] 1655]
1657 1656