Отдельно разберём TaskGroup, который пришел на замену gather в Python 3.11.
Ключевые отличия
▫️create_task() возвращает объект asyncio.Task, у которого есть соответствюущие методы управления. То есть у нас больше контроля
▫️это контекстный менеджер, который гарантирует что все таски будут остановлены по выходу из контекста
▫️ошибка автоматически отменяет незавершенные задачи,
▫️except* передает нам ExceptionGroup, в котором каждую ошибку можно обработать отдельно
import asyncio
import random
async def do_it() -> str:
if random.random() < 0.1:
raise ValueError('Oops')
delay = random.uniform(0.5, 1.5)
await asyncio.sleep(delay)
return delay
async def main():
try:
async with asyncio.TaskGroup() as tg:
for _ in range(10):
tasks.append(tg.create_task(do_it()))
for t in tasks:
print(t.result())
except *ValueError as e:
for err in e.exceptions:
print(err)
asyncio.run(main())
Рекомендую изучить страницу Coroutines and Tasks из документации, где представлено больше интересных примеров и механизмов
- таймауты
- отмена задач
- создание задач из другого потока
#async
😄Content
➖➖➖➖➖➖
🔘As an adjective, we use content to mean feeling happy and at peace with a situation.
🔜I felt content sitting by the fire, watching the rain outside.
🔘It can also mean you accept something that is out of your control.
🔜She was content with coming 3rd in the race.
🔘 As a noun, content means the ideas or information contained in something.
🔜I’m subscribed to her money-saving channel because the content is so interesting.
🔜Your writing is enjoyable but it lacks content – add more detail please.
🔘We can also use content to talk about the high or low amount of something contained in food and drink.
🔜Soya milk has a low fat content.
🔜This chocolate bar has a high sugar content.
🔘We hope the content of this video makes you feel more content with your English! And if you enjoy our content, like this video!
#Content👨🏫@America
➖➖➖➖➖➖➖➖➖➖➖➖
🆕 Crypto News @Money
😁 Crypto Game @Egame
🇺🇸 US News @America
🇯🇵 Japan News @Japan
🇦🇪 UAE News @Dubai
▶️ Popular Movies @Videos
😜 Best Funny Video @Funnys
https://secure.avaaz.org/community_petitions/ru/ministerstvo_informatsii_i_obshchestvennogo_razvit_ostanovite_veshchanie_rossiiskikh_telekanalov_na_territorii_respubliki_kazakhstan/?cibGOsb&utm_source=sharetools&utm_medium=copy&utm_campaign=petition-1427595-ostanovite_veshchanie_rossiiskikh_telekanalov_na_territorii_respubliki_kazakhstan&utm_term=cibGOsb%2Bru
Петиция за запрет РФ пропаганды на территории РК
#content
Louis William Wain, шизофрения и коты
#content
Кэмбербетч прекрасно играет аутистов и психически не стабильных - рекомендую The Electrical Life of Louis Wain