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:
adit 2019-01-05 21:58:18 +05:30
parent 1753cda362
commit d441e93bbc

View file

@ -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();