Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary unlock/lock of a mutex
node.final_generator.add() used to do further work in the same context and there was the possibility of a deadlock. But now it just adds to a queue so there should not be a deadlock danger. So the lock/unlock should not be needed.
- Loading branch information