-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What do these changes do? This PR fixes hang in `AsyncQueue.join()` by replacing `asyncio.Event` with `asyncio.Condition`. It also: 1. Makes the names of primitives the same style. 2. Reduces notifications in #704 style. 3. Ensures that counters are changed exclusively. ## Are there changes in behavior for the user? There are no behavior changes for users. ## Related issue number Fixes #715
- Loading branch information
Showing
2 changed files
with
79 additions
and
65 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
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