Asyncio question (rmlibre)
Frank Millman
frank at chagford.com
Sat Feb 29 01:36:10 EST 2020
On 2020-02-28 1:37 AM, rmlibre at riseup.net wrote:
> What resources are you trying to conserve?
>
> If you want to try conserving time, you shouldn't have to worry about
> starting too many background tasks. That's because asyncio code was
> designed to be extremely time efficient at handling large numbers of
> concurrent async tasks.
>
Thanks for the reply.
That is exactly what I want, and in an earlier response Greg echoes what
what you say here - background tasks are lightweight and are ideal for
my situation.
Frank
More information about the Python-list
mailing list