kvark / choir

Task Orchestration Framework
MIT License
52 stars 3 forks source link

Upgrade join() mechanics and API #36

Closed kvark closed 1 year ago

kvark commented 1 year ago

There was a race condition in zero_count() test. Parking is unreliable. The new implementation uses conditional variables instead.