> What “entire async framework”, do you mean asyncio or some other third party library? In the former case, are you using it just to feel cool like TFA?
I was thinking more along the lines of a project like Home Assistant. For my personal stuff I have been using AnyIO.
> asyncio doesn’t even support async file io.
many operating systems do not support async file io to begin with.
What “entire async framework”, do you mean asyncio or some other third party library? In the former case, are you using it just to feel cool like TFA?
> For as much as Python is embracing async / coroutines, I'm surprised that their http functions do not support it yet.
asyncio doesn’t even support async file io.