celery / jumpstarter

MIT License
7 stars 3 forks source link

Parallelize releasing resources #17

Open thedrow opened 3 years ago

thedrow commented 3 years ago

The AsyncExitStack currently exits each context manager iteratively. Its __aexit__ method can be parallelized to achieve better performance and stop the actor faster.