mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
shutting down IPC router thread when a process shuts down.
This commit is contained in:
parent
67b433648c
commit
53497fe87f
3 changed files with 12 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue