medialab / quenouille

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

Non-multithreaded executor when max_workers = 0? #64

Closed Yomguithereal closed 1 year ago

Yomguithereal commented 1 year ago

max_workers = 1 can actually have some interest because the body of the loop can perform non-blocking IO as well as the worker itself.