|
|
|
|
|
by uniqueuid
1334 days ago
|
|
> you should always explicitly delimitate the life cycle of any task Unless you want a hacky actor system, in which case it's totally fine to `create_task` a ton of corountines which have their own spin loop with await sleep :) |
|
https://docs.python.org/3/library/asyncio-task.html#asyncio....