adriangb / di

Pythonic dependency injection
https://www.adriangb.com/di/
MIT License
301 stars 13 forks source link

feat: limit DefaultExecutor concurrency #21

Closed adriangb closed 2 years ago

adriangb commented 3 years ago

an option to limit threads / tasks

adriangb commented 2 years ago

Since we no longer store a threadpool / nursery between calls to execute, this is a non-issue