Allow RestartableCyclicTaskABC using Windows events to restart#1679
Allow RestartableCyclicTaskABC using Windows events to restart#1679zariiii9003 merged 1 commit intodevelopfrom
Conversation
|
@zariiii9003 please review and consider for a bug fix release. |
|
Semi-related: Could you check why the Second edit: The |
You are right, will fix it |
d5bc22a to
3446b9a
Compare
Also adding unit test to cover RestartableCyclicTaskABC
3446b9a to
6a52e80
Compare
|
@zariiii9003 please have another look. This should address the issues.
So the thread was waiting for ever ( This is documented in the
|
zariiii9003
left a comment
There was a problem hiding this comment.
Looks good. The reset with SetWaitableTimer is a nice solution.
Allow RestartableCyclicTaskABC using Windows events to restart
Also adding unit test to cover RestartableCyclicTaskABC and avoid this type of bug.