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

Резултати

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

Пребарај: #ethererum

当前筛选 #ethererum清除筛选
Tesla Calls Official

@teslacallsofficial · Post #9942 · 04.03.2026 г., 10:11

it looks like the $METAWIN tge is coming soon 👀 so if you’ve been in my channel for awhile you know that this is one of my higher conviction plays every single person who makes a deposit on metawin.com/tg/ is going to get an airdrop when they launch make sure you do before it’s too late! #METAWIN#Ethererum#ETH#TSLA#TESLACALLS

TokenPocket

@tokenpocket_channel · Post #903 · 09.11.2023 г., 13:05

⌛️Still confused about the “pending” transaction status when transferring #BTC? #TokenPocket provides the #Bitcoin Acceleration Service for all of you! ✅Time-saving ✅Simplicity ✅Multiple payment methods 💰Now we support $USDT payment method. You can use $USDT to pay for transaction acceleration on the following platforms ethereum , BNBCHAIN , and trondao. Tutorial Guide 👇 https://help.tpwallet.io/en/wallet-faq-en/btc-wallet/acceleration #USDT#Ethererum#BNBChain#TRON 【Details】https://twitter.com/TokenPocket_TP/status/1722600788286202003 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #902 · 09.11.2023 г., 09:29

#DAppListing This week we listed 8 DApps on TokenPocket_TP. 🔵@CattieSwap PapyrusSwapDex skydrome PheasantNetwork launched on #ScrollMainnet. 🔵@geekey_eth OrdexAi launched on #Ethererum. 🔵@NostrAssets launched on #Nostr Protocol. 🔵A non-profit #Web3 job recruitment platform DeJob_Official. Rich #Web3 DApp experience at #TokenPocket! 👉https://tokenpocket.pro 【Details】https://twitter.com/TokenPocket_TP/status/1722546516865474910 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #925 · 16.11.2023 г., 12:55

⌛️Fed up with “pending” transaction status when Minting and Trading #Ordinals? 🚀Speed up your #BTC transaction with #TokenPocket's transaction acceleration service! 👉https://tokenpocket.pro ✅Time-saving ✅Simplicity ✅Multiple payment methods 💰Now we support $USDT payment method. You can use $USDT to pay for transaction acceleration on the following platforms ethereum, BNBCHAIN, and trondao. Say goodbye to transaction delays and hello to seamless trading! Don't let FOMO slow you down. Tutorial Guide 👇 https://help.tpwallet.io/en/wallet-faq-en/btc-wallet/acceleration #USDT#Ethererum#BNBChain#TRON#BRC20 【Details】https://twitter.com/TokenPocket_TP/status/1725134953154052137 【Powered By】Crypto Box