mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
7a824a2594
The client machinery would try to spawn an async attempt at detaching the unixdomain from the mux on shutdown, but since we're in the middle of tearing down the scoped executor, we could sometimes panic. The client we have in this situation isn't actually associated with a domain, so we don't need to detach in that situation. Formalize that by making it an Option, and address the fanout. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |