uktrade / stream-zip

Python function to construct a ZIP archive on the fly
https://stream-zip.docs.trade.gov.uk/
MIT License
111 stars 9 forks source link

docs: avoid mentioning blocking the event loop in async implementation #115

Closed michalc closed 8 months ago

michalc commented 8 months ago

I think I was conflating a few different things when writing about avoiding blocking the event loop as a reason for using threads in the async implementation.

The reasoning for using threads is more: