@animal_fighting · Post #274 · 26.09.2022 г., 15:16
Buffalo VS Man Unlucky "rider" #buffalo🐃
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
Пребарај: #buffalo
@animal_fighting · Post #274 · 26.09.2022 г., 15:16
Buffalo VS Man Unlucky "rider" #buffalo🐃
Hashtags
@animal_fighting · Post #254 · 18.09.2022 г., 10:04
Buffalo VS Tourists A safari turned to be a bit risky #buffalo🐃
Hashtags
@animal_fighting · Post #200 · 07.08.2022 г., 11:03
Buffalo VS Car Wrong choice of a parking place... #buffalo🐃
Hashtags
@animal_fighting · Post #4 · 22.04.2022 г., 07:55
Buffalo VS Buffalo The one that is more persistant wins! #buffalo
Hashtags
@animal_fighting · Post #316 · 27.10.2022 г., 16:03
Buffalos VS Lions A calf is rescued 💪🏻 #buffalo🐃#lion🦁
@animal_fighting · Post #314 · 25.10.2022 г., 16:03
Buffalo VS Lion Bad position for a defence #buffalo🐃#lion🦁
@animal_fighting · Post #293 · 05.10.2022 г., 10:04
Buffalos VS Lions The whole herd returned to help a mother saving her calf #buffalo🐃#lion🦁
@animal_fighting · Post #275 · 27.09.2022 г., 10:04
Buffalos VS Lions All for one! #buffalo🐃#lion🦁
@animal_fighting · Post #265 · 23.09.2022 г., 15:04
Lions VS Buffalos Psychological attack #lion🦁#buffalo🐃
@animal_fighting · Post #259 · 20.09.2022 г., 15:04
Buffalo VS Lion But buffalo has enough power to beat the king of beasts💪🏻 #buffalo🐃#lion🦁
@animal_fighting · Post #241 · 12.09.2022 г., 10:05
Lions VS Buffalo A family quarrel gave him a second birth #lion🦁#buffalo🐃
@animal_fighting · Post #236 · 07.09.2022 г., 18:03
Lion VS Buffalo Total victory #lion🦁#buffalo🐃