@animal_fighting · Post #281 · 29.09.2022 г., 15:04
Crocodile VS Man One more way to deal with a toothy trespasser😀 #crocodile🐊
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #402 · 22 дек.
Отдельно разберём 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
Hashtags
Пребарај: #crocodile
@animal_fighting · Post #281 · 29.09.2022 г., 15:04
Crocodile VS Man One more way to deal with a toothy trespasser😀 #crocodile🐊
Hashtags
@animal_fighting · Post #22 · 03.05.2022 г., 11:03
Crocodile VS Crocodile There hardly is a winner... #crocodile
Hashtags
@SukoFaultyArtLair · Post #4503 · 01.12.2019 г., 20:52
https://www.furaffinity.net/view/31997665/ #female#crocodile
Hashtags
@animal_fighting · Post #288 · 02.10.2022 г., 15:04
Lion VS Crocodile A dangerous opponent #lion🦁#crocodile🐊
Hashtags
@animal_fighting · Post #159 · 16.07.2022 г., 15:04
Crocodile VS Lions Too big and too sharp-toothed even for three lions #lion🦁#crocodile🐊
Hashtags
@animal_fighting · Post #94 · 11.06.2022 г., 07:03
Crocodile VS Lions It's too dangerous even for a lion pride #crocodile#lion
Hashtags
@animal_fighting · Post #29 · 07.05.2022 г., 07:03
Lions VS Crocodile When a prey is too dangerous even if being outnumbered #lion#crocodile
Hashtags
@animal_fighting · Post #333 · 09.11.2022 г., 19:04
Dog VS Crocodile Good reaction can save life... #dog#crocodile
Hashtags
@animal_fighting · Post #187 · 30.07.2022 г., 15:04
Dog VS Crocodile Terror of the jungle 😁 #dog🐕#crocodile🐊
Hashtags
@animal_fighting · Post #52 · 18.05.2022 г., 11:04
Buffalo VS Crocodile Unlucky hunting #buffalo#crocodile
Hashtags
@zigou23 · Post #136 · 28.04.2021 г., 03:27
抹茶旦旦 #鳄鱼#crocodile https://t.me/addstickers/mochadandan https://t.me/addstickers/mochadandan2 https://t.me/addstickers/mochadandan3 https://t.me/addstickers/mochadandan4_32 透明 https://t.me/addstickers/mcdd_tz 动态 https://t.me/addstickers/dxdongtai11_by_fStikBot https://t.me/addstickers/MoChaDanDan_EYu https://t.me/addstickers/mochadandan4
Hashtags
@animal_fighting · Post #268 · 25.09.2022 г., 10:04
Cat VS Crocodile Hunger makes one more courageous😀 #cat🐈#crocodile🐊
Hashtags