Answer the question
In order to leave comments, you need to log in
Async and asyncio in python?
I'm trying to figure out at the moment asyncio and asynchrony in general in python. As I understand it, asyncio program speedups when you create several tasks and pass them to asyncio.gather (). Then these tasks, if they do not have blocking calls, run in parallel and faster. Are there any other ways, methods, tools in asyncio to make the program faster, besides asyncio.gather? And what is there for asynchrony in python besides asyncio which requires asynchronous frameworks? Please advise a suitable article, video, guide on the topic of asynchrony.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question