@WorldNews · Post #74276 · 21.04.2026 г., 15:04
A deal to end the Iran war seemed close. Then Trump started posting on social media | CNN Politics [Read FullArticle] @WorldNews#IranDeal#Trump#Politics
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
Пребарај: #irandeal
@WorldNews · Post #74276 · 21.04.2026 г., 15:04
A deal to end the Iran war seemed close. Then Trump started posting on social media | CNN Politics [Read FullArticle] @WorldNews#IranDeal#Trump#Politics
@WorldNews · Post #74172 · 16.04.2026 г., 21:54
Trump says he may go to Islamabad if Iran deal reached [Read FullArticle] @WorldNews#Trump#IranDeal#Pakistan
@WorldNews · Post #73903 · 05.04.2026 г., 22:34
Trump says 'we're blowing up the whole country' if no Iran deal is reached in 48 hours [Read FullArticle] @WorldNews#IranDeal#TrumpNews#WorldNews
Hashtags
@WorldNews · Post #74232 · 19.04.2026 г., 14:09
Trump Tells Iran to Sign Deal With U.S. or ‘The Whole Country is Going to Get Blown Up’ [Read FullArticle] @WorldNews#BreakingNews#Trump#IranDeal
Hashtags
@WorldNews · Post #73590 · 25.03.2026 г., 09:24
Trump says Iran wants a deal: ‘Gave us a very big present, worth tremendous amount of money’ | World News [Read FullArticle] @WorldNews#IranDeal#TrumpNews#WorldPolitics
@WorldNews · Post #74188 · 17.04.2026 г., 13:44
U.S. considers $20 billion cash-for-uranium deal with Iran [Read FullArticle] @WorldNews#IranDeal#NuclearDeal#WorldNews
Hashtags
@WorldNews · Post #73757 · 31.03.2026 г., 20:49
Hegseth Says U.S. Will 'Negotiate With Bombs' Until Iran Cease-Fire Deal Is Reached [Read FullArticle] @WorldNews#IranDeal#USPolitics#MiddleEastNews
@WorldNews · Post #73675 · 28.03.2026 г., 16:34
Thailand negotiates agreement with Iran to use Strait of Hormuz [Read FullArticle] @WorldNews#ThailandNews#IranDeal#StraitOfHormuz
@WorldNews · Post #74399 · 27.04.2026 г., 02:24
Iran offers U.S. deal to reopen strait but postpone nuclear talks [Read FullArticle] @WorldNews#IranDeal#USIranRelations#GlobalNews
@WorldNews · Post #73760 · 31.03.2026 г., 21:44
China and Pakistan present new Iran deal: Ceasefire for opening Hormuz [Read FullArticle] @WorldNews#IranDeal#CeasefireHormuz#ChinaPakistanIran