This commit is contained in:
2022-08-30 17:32:07 +08:00
parent 3884558c3d
commit 3a56c19e2e
7 changed files with 28 additions and 9 deletions
+4
View File
@@ -152,6 +152,10 @@ bool ThreadPool::busy(){
return true;
}
Trigger::Trigger(ThreadPool* tp){
}
void IntervalBasedTrigger::timer::reset(){
time_remaining = interval;
}