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

Резултати

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

Пребарај: #bitlayer

当前筛选 #bitlayer清除筛选
Airdropp.io

@airdropp_io · Post #487 · 13.04.2024 г., 15:17

🔥 Pikaio Airdrop Pikaio aims to be the first launchpad on the #Bitlayer network. 👉https://pika.io/points/fS7uzk (If there are items) 1️⃣Wallet example (Metamask,OKXv.b) 2️⃣Connect your Twitter account and do the Rt, Like task. 3️⃣Connect Telegram and join the telegram channel. That's it, the current number of tasks. 📌 There will be special rewards for early events 1.Early Token Airdrops: Catch the moment to receive airdrops of upcoming ecosystem tokens!

Hashtags

TokenPocket

@tokenpocket_channel · Post #1320 · 11.04.2024 г., 07:47

🆕 BitLayer is now live on TokenPocket. 🟧BitLayer is the first Bitcoin security-equivalent Layer 2 based on the BitVM paradigm. 🚀How to create/import a #BitLayer wallet on #TokenPocket Mobile Wallet and Chrome Extension Wallet? Guide👉https://help.tokenpocket.pro/en/wallet-operation/how-to-create-a-wallet/bitlayer 💙Download #TokenPocket, create your BitLayer Wallet, and stay tuned to the upcoming campaign! 🔥 👉https://tokenpocket.pro 👉https://extension.tokenpocket.pro

TokenPocket

@tokenpocket_channel · Post #1326 · 17.04.2024 г., 07:02

🎇Happy #TP6Anni!! 💙Join and win 50 BitlayerLabs Lucky Helmet NFT Whitelists Giveaway on Galxe! 👉https://app.galxe.com/quest/TokenPocket/GCddyth8TC 🟧Bitlayer Lucky Helmet is the official NFT launched by BitlayerLabs, a symbol of identity representing the contributions of builders in the Bitlayer community. #TP6Anni#TokenPocket#Bitlayer

🎁Airdrops Info🎁

@crypdrops · Post #9028 · 17.08.2024 г., 07:27

🏅 Predict & Earn 50K Points Daily! 💰 🏀 Premier League Week 1 Prediction: Who will win—Man United vs. Fulham, Arsenal vs. Wolves? 👉 How to Enter: - RT & comment with a screenshot of your prediction - Drop your Bitlayer address 🎯 5 winners will be randomly chosen to win 10K points each tomorrow! Join Now: http://bitlayer.org/guess-to-earn #Preditctowin#Bitlayer#Giveaway Retweet: https://x.com/bitlayerlabs/status/1824353973127745582?s=46

TokenPocket

@tokenpocket_channel · Post #1339 · 14.05.2024 г., 09:40

🟧 Enjoy the complete BitlayerLabs Ecosystem on your TokenPocket Wallet! 👉https://tokenpocket.pro You can easily ✅Bridge #Bitcoin to Bitlayer ✅Find the trending DApps on Bitlayer ✅Track the real-time market #NFA ✅Manage your NFTs #LuckyHelmet 🔸and more in the near future! Ready your #Bitlayer Wallet on TokenPocket and stay tuned for more! 👉https://help.tokenpocket.pro/en/wallet-operation/how-to-create-a-wallet/bitlayer