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

View file

@ -2833,6 +2833,9 @@ where
debug!("Asking compositor to complete shutdown.");
self.compositor_proxy
.send(ToCompositorMsg::ShutdownComplete);
debug!("Shutting-down IPC router thread in constellation.");
ROUTER.shutdown();
}
fn handle_pipeline_exited(&mut self, pipeline_id: PipelineId) {