add reset on num processed blocks value
This commit is contained in:
parent
5ef9f52d95
commit
58e79cd95e
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ pub const ThreadManager = struct {
|
||||||
}
|
}
|
||||||
pub fn unblock(self: *Self) void {
|
pub fn unblock(self: *Self) void {
|
||||||
self.signals.eof_block.store(0, .Release);
|
self.signals.eof_block.store(0, .Release);
|
||||||
|
self.signals.processed.store(0, .Release);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue