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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #401 · 15 дек.

Функция asyncio.wait() это еще один способ вызвать множество асинхронных задач. Она работает в нескольких режимах. 1. Самый простой - ждем завершения всех задач async def main(): tasks = [asyncio.create_task(do_it(i)) for i in range(10)] done, pending = await asyncio.wait( tasks, return_when=asyncio.ALL_COMPLETED ) for task in done: try: print(task.result()) except Exception as e: print(e) Очень похоже на gather, но работает не так. ▫️возвращает не результаты, а два сета с объектами Task у которых можно забрать результат через task.result() если они в списке done ▫️не гарантирует порядок результатов так как оба объекта это set ▫️не выбрасывает исключение когда оно появляется, а сохраняет его в Task. Исключение появится когда попробуете забрать резултьтат. 2. Ждем завершения первой задачи, даже если там ошибка. async def main(): tasks = [asyncio.create_task(do_it(i)) for i in range(3)] done, pending = await asyncio.wait( tasks, return_when=asyncio.FIRST_COMPLETED ) # в done может быть несколько задач! for task in done: try: print(task.result()) except Exception as e: print(f"Fail: {e}") # Оставшиеся задачи в pending, как правило, нужно отменить, иначе они будут продолжать работать for task in pending: task.cancel() В сете done будут таски которые успели завершится, причем как успешно так и нет. 3. До первой ошибки. Тоже самое, но с аргументом FIRST_EXCEPTION done, pending = await asyncio.wait( tasks, return_when=asyncio.FIRST_EXCEPTION ) Функция завершается как только первая задача упадет с ошибкой. Учтите, что в любом случае done вы можете обранужить несколько задач, как с ошибками так и успешные. ↗️ Полный листинг примеров здесь #async

Hashtags

Резултати

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

Пребарај: #cryptopresale

当前筛选 #cryptopresale清除筛选
Crypto Fight || News 🚀

@cryptofightnews · Post #2968 · 07.10.2025 г., 18:54

2 DAYS UNTIL PRESALE! 🚨 The wait is almost over, Vern! 😎 $HVN Presale goes LIVE in just 2 days — and the community is gearing up for something BIG! 💥 🎯 Don’t miss your chance to get in early 🎙️ AMA coming soon 📍Join the Telegram: t.me/heyverntoken Let’s make history, Hey Vern style! 🧢💰 #HeyVernToken#CryptoPresale#Memecoin#Polygon#HVN

🚀🚀The intelligent investors💯💯

@the_intelligent_investors · Post #1632 · 01.02.2025 г., 08:34

🚀 Blockchain Energy is LIVE! 🔥 The world’s first physical blockchain product is here—introducing Blockchain Energy! 💥 Our website and ICO are officially LIVE, and early buyers can now purchase BET tokens at. www.blockchainenergy.co.uk. 💰 Buy early before prices increase! Price alerts and community updates will be shared exclusively on our Telegram group – join now: https://t.me/+vLcj22SyWvY2ZDg0 🔗 Powering the future of blockchain with real-world energy! #BlockchainEnergy#BETToken#CryptoLaunch#ICO#BlockchainRevolution#CryptoCommunity#Web3#CryptoInvesting#TokenSale#CryptoPresale

Crypto Fight || News 🚀

@cryptofightnews · Post #3162 · 16.12.2025 г., 15:37

🔥MegaBase ($MGBS) 🚀The Future of Community-Driven Wealth is Here — MegaBase ($MGBS) is on a bold mission to build real value and empower collective success. We’re not just another crypto project — we’re creating a sustainable ecosystem where the community truly wins. 📨Every $MGBS transaction fuels more than just our token growth, it creates a global impact. 🚨Small percentage of the transaction fees goes to charitable causes chosen by the community.✅ ✅Earn rewards ✅Auto-burn ✅Milestone Giveaway ✅Auto Liquidity ✅Progressive Protection Protocol ✅Ecosystem engineered for Continous Development 📌Ca: 0x481ef7Ff561d9a2a892553ba930A6365f911E0bb 🔥Dex: https://dexscreener.com/base/0xe348135151c3bFF2bcaB2a9F7A571e7214edc6A8 ⬇️ Social links 🔥 Telegram: https://t.me/+IQ696SfodDQwOTEx 🔥 Website: https://megabasecoin.com 🔥 X (Twitter): https://x.com/megabasecoin 🍏🍏🍏🍏 🚀AMA Today with Crypto Panda on Binance Space 🐼🎙 🔜 2:00 PM ET 🎁 Active Launch Giveaway running till 31st December 2025! Join our Telegram for full details or check our X page to participate. #MegaBase#MGBS#CryptoPresale#DeFi#Web3#Blockchain#CommunityWealth#Crypto#Base#Coinbase#Bullrun#Bitcoin#Bullish#Ethereum#DEX#C