mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
unregister components while exiting
This commit is contained in:
parent
c9229f3f99
commit
5600a1dca1
5 changed files with 44 additions and 0 deletions
|
@ -469,4 +469,6 @@ pub trait BackgroundHangMonitor {
|
|||
fn notify_activity(&self, annotation: HangAnnotation);
|
||||
/// Notify the start of waiting for a new event to come in.
|
||||
fn notify_wait(&self);
|
||||
/// Unregister the component from monitor.
|
||||
fn unregister(&self);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue