medialab / quenouille

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

Create a throttled Lock? #23

Closed Yomguithereal closed 3 years ago

Yomguithereal commented 3 years ago

Note that the current solution is indeed an unrefined throttled lock. The optimal thing to do would be not to lock and let other tasks buffer but this is not so easy