Skip to content

Commit

Permalink
Use threading.Barrier to synchronize workers and the main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jun 7, 2022
1 parent b28c3fd commit 8abf002
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG
Expand Up @@ -2,11 +2,16 @@ pytest-race changelog
=====================


Unreleased
----------
+ Use threading.Barrier to synchronize workers and the main thread.


v0.1.1
------
* Fixed `raise from`.


v0.1.0
------
+ Basic functionality.
+ Basic functionality.

0 comments on commit 8abf002

Please sign in to comment.