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

Резултати

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

Пребарај: #jsp

当前筛选 #jsp清除筛选
Addis Standard

@addisstandardeng · Post #21766 · 19.03.2026 г., 07:12

#Somalia: #Southwest President Laftagareen resigns from Hassan Sheikh Mohamud's JSP Party Southwest State President Abdiaziz Hassan Mohamed Laftagareen has resigned from the Justice and Solidarity Party (#JSP), led by #Somali President Hassan Sheikh Mohamud, in the latest sign of escalating tensions between his administration and the federal government. Laftagareen, who had been serving as deputy chairman of the JSP, announced his resignation on March 18, 2026. “I, President of Southwest State H.E. Abdiaziz Laftagareen, resign as Deputy Chairman of the JSP effective today, March 18, 2026. I cannot support unconstitutional actions that weaken our unity. My commitment remains to Somalia’s unity, democracy and the rule of law,” he said in a statement. The regional leader argued that Somalia’s only legitimate constitutional framework remains the 2012 provisional constitution,.... https://www.hiiraan.com/news4/2026/Mar/204696/southwest_president_laftagareen_resigns_from_hassan_sheikh_mohamuds_jsp_party.aspx