mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Avoid deadlock when shutting down.
This commit is contained in:
@@ -110,6 +110,8 @@ pub enum ScriptMsg {
|
||||
TouchEventProcessed(EventResult),
|
||||
/// Get Scroll Offset
|
||||
GetScrollOffset(PipelineId, LayerId, IpcSender<Point2D<f32>>),
|
||||
/// Notifies the constellation that this pipeline has exited.
|
||||
PipelineExited(PipelineId),
|
||||
/// Requests that the compositor shut down.
|
||||
Exit,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user