-
-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: keep lock while calling callback
I had introduced unlock calls before calling callbacks in order to prevent deadlocks. I don't think this is required anymore, as all callbacks back to the user are now served later from a queue. This does assume that we don't have any such deadlocks internally though.
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters