Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Protect RenderBlank() and IsFinished() with the lock
RenderBlank() calls render() which requires the mutex to be held. IsFinished accesses p.state, which also requires the mutex to be held
- Loading branch information