medialab / quenouille

A library of multithreaded iterator workflows for python.
MIT License
7 stars 0 forks source link

Optimize throttling & buffer by better notification #51

Closed Yomguithereal closed 2 years ago

Yomguithereal commented 2 years ago

Instead of notify_all and letting the threads fight to the death, we should notify 1 or more only.