Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lockstep_scheduler: check if mutex is still valid
It turns out that we can fix the unit tests of the lockstep_scheduler just by checking if `passed_lock` is not `nullptr`. Without this check, the unit tests segfaulted.
- Loading branch information