mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
ensure clean shutdown of all threads running JS
This commit is contained in:
@@ -222,7 +222,7 @@ pub struct LayoutThreadInit {
|
||||
pub is_parent: bool,
|
||||
pub layout_pair: (Sender<Msg>, Receiver<Msg>),
|
||||
pub pipeline_port: IpcReceiver<LayoutControlMsg>,
|
||||
pub background_hang_monitor_register: Option<Box<dyn BackgroundHangMonitorRegister>>,
|
||||
pub background_hang_monitor_register: Box<dyn BackgroundHangMonitorRegister>,
|
||||
pub constellation_chan: IpcSender<ConstellationMsg>,
|
||||
pub script_chan: IpcSender<ConstellationControlMsg>,
|
||||
pub image_cache: Arc<dyn ImageCache>,
|
||||
|
||||
Reference in New Issue
Block a user