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 слични објави

Пребарај: #cnht

当前筛选 #cnht清除筛选
CryptoBull_360™

@cryptobull_360 · Post #48461 · 23.02.2026 г., 01:02

⚠️ The main events of the weekend: ⚠️#Tradewars Trump signed a decree on imposing additional 15% tariffs on all countries 📉#IOTX Hack IoTeX 📉 🕯#RAVE are actively withdrawing from Bitget 🚀 🙅‍♂️ Tether ceases support for the yuan stablecoin #CNHT 🗣 Robert Kiyosaki announced that he bought 1 BTC at a price of 67,000$ ✅ It's nice that the Jupiter community proposed to stop the emission of #JUP for team members this year, as well as to stop holding Jupuary 🤖 The AI agent Lobstar sent 5.2% of the total supply of #LOBSTAR (~270 thousand $) to the person who asked for it in the comments on X (he asked for 4 SOL) 🖇#ICP DFINITY Foundation updates the tokenomics of the internet Computer #Binance Futures lists #OPN 📊 Charts: - The Bloomberg index of economic and geopolitical uncertainty since 1990 is at record highs - Stablecoin reserves on crypto exchanges fell by 14% over the past three months 💫Events for tomorrow: 🔓 Unlocks: Spacecoin (#SPACE) - 3.75% (7.92 million $) 🙅‍♂️#NFT The NFT platform Gemini Nifty Gateway will close 🙅‍♂️#TT ThunderCore will stop the operation of the TT Wallet wallet 🖼#DOLZ DOLZ will complete the auction for the NFT collection "Oriental Desire" by Veronica Leal 🙋‍♂️#IMX Immutable launches the open beta testing of StoneHold 🙋‍♂️#ACH Alchemy Pay will launch the Alchemy Chain in the test network 🇺🇸#NEAR The start of NEARCON 2026 in San Francisco