shutting down IPC router thread when a process shuts down.

This commit is contained in:
Gregory Terzian 2020-03-26 00:34:48 +08:00
parent 67b433648c
commit 53497fe87f
3 changed files with 12 additions and 2 deletions

4
Cargo.lock generated
View file

@ -2748,9 +2748,9 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55162cbe44dacbc0b4a66d1067c885a9d5975f068a432801bba0493e1ece7a51"
checksum = "3698b8affd5656032a074a7d40b3c2a29b71971f3e1ff6042b9d40724e20d97c"
dependencies = [
"bincode",
"crossbeam-channel",