TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 116 слични објави

Пребарај: #watch

当前筛选 #watch清除筛选
GAZA NOW IN ENGLISH

@gazaalanpa · Post #20960 · 06.04.2026 г., 15:05

#Watch | The Iranian army releases footage of launching drones toward U.S. forces at Al-Kharj base in Saudi Arabia and Al-Adidi camp in Kuwait.

Hashtags

GAZA NOW IN ENGLISH

@gazaalanpa · Post #20750 · 02.04.2026 г., 20:53

#Watch | The Iranian Revolutionary Guard places a banner on a ballistic missile before launching it toward the occupied Palestinian territories.

Hashtags

GAZA NOW IN ENGLISH

@gazaalanpa · Post #20702 · 01.04.2026 г., 18:37

#Watch | Journalistic sources: Iranians chant "Allahu Akbar" as they send off a missile launched toward occupied Palestine this evening.

Hashtags

GAZA NOW IN ENGLISH

@gazaalanpa · Post #20700 · 01.04.2026 г., 18:32

#Watch "Significant damage to homes of settlers in Kiryat Shmona, northern occupied Palestine, due to rocket fire from Lebanon earlier today."

Hashtags

GAZA NOW IN ENGLISH

@gazaalanpa · Post #20477 · 26.03.2026 г., 20:55

💥🔴#Watch | Israeli military correspondents have published a leaked video from the Israeli army, described as a systematic excavation of approximately 8 kilometers of tunnels inside the Gaza Strip, which Palestinian sources had said was essentially the digging of a trench east of the central area.

Hashtags

Al-Qassam and Al-Quds Brigades

@resistmirror1 · Post #9446 · 07.10.2024 г., 12:01

Al-Quds Brigades #Watch.. The harvest of the Al-Quds Brigades’ military operations in the Gaza Strip within a year of the Al-Aqsa Flood Battle. Al-Quds Brigades - Military Media https://saraya.ps/video/3283

Hashtags

123•••910
ПретходнаСтраница 1 од 10Следна