mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Added comment about layout thread exit workflow(Specifically:when will a Exit message be received )
Added comment about layout thread exit workflow Comments Regarding clarify layout-thread exit workflow (Specifically:when will a Exit message be received ) Added comment about layout thread exit workflow
This commit is contained in:
parent
1753cda362
commit
d441e93bbc
1 changed files with 1 additions and 0 deletions
|
@ -789,6 +789,7 @@ impl LayoutThread {
|
|||
self.prepare_to_exit(response_chan);
|
||||
return false;
|
||||
},
|
||||
// Receiving the Exit message at this stage only happens when layout is undergoing a "force exit".
|
||||
Msg::ExitNow => {
|
||||
debug!("layout: ExitNow received");
|
||||
self.exit_now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue