Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes deadlock in ExecOnLimitReached (#107)
This moves the the mutex unlock in `ExecOnLimitReached` so that it isn't around the function that gets executed. Including the function in the lock may result in a deadlock if there are any method calls in the function that call `RLock` again.
- Loading branch information