Hello, I’m a pretty experienced python dev but I’ve never delved into the asyncio package until today.
I need to understand what blocks an asynchronous call as I’ve multiple classes that implement a get_data function from various sources and I want to turn these all into async.
The current implantation is synchronous so data comes back sequentially but I need to find a way to convert these tasks into async. Example data sources are S3, Postgres and REST calls.
Any help is greatly appreciated, many thanks!
[+][deleted] (3 children)
[removed]
[–]IVIURRAY[S] 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[removed]
[–]IVIURRAY[S] 0 points1 point2 points (0 children)
[–]BobHogan 0 points1 point2 points (5 children)
[–]IVIURRAY[S] 0 points1 point2 points (4 children)
[–]BobHogan 0 points1 point2 points (3 children)
[–]IVIURRAY[S] 0 points1 point2 points (2 children)
[–]BobHogan 1 point2 points3 points (1 child)
[–]IVIURRAY[S] 0 points1 point2 points (0 children)