]> git.lizzy.rs Git - rust.git/commit
Fix shutdown behavoir of main cargo-watch thread.
authorEmil Lauridsen <mine809@gmail.com>
Fri, 27 Dec 2019 11:42:18 +0000 (12:42 +0100)
committerEmil Lauridsen <mine809@gmail.com>
Fri, 27 Dec 2019 11:42:18 +0000 (12:42 +0100)
commited84c85aef859e97ab355e78bf77f435689f25b7
tree43fb1ad30dfc2bcf9cbe87908670813530111708
parent59837c75f44f4b1b6a09e8db7e59a7bbd78d074a
Fix shutdown behavoir of main cargo-watch thread.

Even though this didn't error, it became clear to me that it was closing
the wrong channel, resulting in the child thread never finishing.
crates/ra_cargo_watch/src/lib.rs