mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
safer interruptability of fake-idle -- reusing the same skip_next_idle pattern as with idle
This commit is contained in:
@@ -70,6 +70,7 @@ impl JobThread {
|
||||
|
||||
state.idle = true;
|
||||
cvar.notify_one();
|
||||
info!(context, "Interrupting {}-IDLE... finished", self.name);
|
||||
}
|
||||
|
||||
pub fn fetch(&mut self, context: &Context, use_network: bool) {
|
||||
|
||||
Reference in New Issue
Block a user