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

Пребарај: #goplus

当前筛选 #goplus清除筛选
TokenPocket

@tokenpocket_channel · Post #735 · 22.08.2023 г., 10:03

Quoted GoPlusEco : ⏰72 hours left!!! Get your co-brand OAT on Galxe ASAP! #TokenPocket#GoPlus 👉https://galxe.com/goplussecurity/campaign/GC6G1Uj5zK 【Details】https://twitter.com/TokenPocket_TP/status/1693926221518958870 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #1520 · 02.01.2025 г., 08:08

🌟Join GoPlus SAFU Universe Airdrop Fiesta with your TokenPocket! Log in through TokenPocket and share in the $2 million super airdrop provided by GoPlus and 10 other Web3 rising stars! 👉https://app.gopluslabs.io/safu?channelCode=tokenpocket 💙 You can use the TokenPocket mobile wallet and the Chrome Extension wallet to be a part of that! 📱https://tokenpocket.pro/en/download/app 💻https://extension.tokenpocket.pro #Airdrop#GoPlus#TokenPocket#SAFU

TokenPocket

@tokenpocket_channel · Post #1289 · 14.03.2024 г., 03:13

🟦 Join SecWareX Planet with your #TokenPocket Wallet! 👉https://secwarex.io/?channelCode=5W7GUXER Finish TokenPocket Tasks, strengthen your security firewall, and Earn up to 200 energy block rewards! SecWareX by GoPlus is an innovative, user-centric, full-scope security service platform designed to tackle over 100 security scenarios faced by Web3 users. #Web3security#GoPlus#SecWareX

TokenPocket

@tokenpocket_channel · Post #725 · 17.08.2023 г., 05:18

【TokenPocket Retweeted】 Retweeted GoPlusEco : It's just about the half time of #ForestAdventure⏰⏰⏰ During this fantastic adventure, more than 5.8K participants had full protection of their wallet and digital assets by #GoPlus, as well as the exclusive offer for #KeyPal🔥🔥🔥 Make sure you finish all the tasks on Galxe and claim the co-branded OAT right before the end time!!! TokenPocket_TP #SaferWeb3#airdrop Let's do it➡️https://galxe.com/goplussecurity/campaign/GC6G1Uj5zK 【Details】https://twitter.com/GoPlusEco/status/1692036310859698334 【Powered By】Crypto Box