-
- Downloads
[TaskScheduler] Manually lock/unlock mutex in addTask and disableTask
The use of RAII classes to lock/unlock the mutex in the aforementioned functions causes undesired re-locking/unlocking in the case of an early return, because of the way RAII works. Avoid this by manually locking and unlocking the mutex.
parent
d3bc8b55
No related branches found
No related tags found
Loading
Please register or sign in to comment