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

Резултати

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

Пребарај: #penguins

当前筛选 #penguins清除筛选
TONlines – News

@tonlines · Post #7149 · 09.05.2025 г., 17:12

⚡️TON Community: Pudgy Penguins Launches Pengu Clash #TON#Penguins#Elympics TON Community announces the launch of Pengu Clash by Pudgy Penguins on TON. This real-time multiplayer game offers customizable Penguin teams and competitive arenas, with pre-registration opening on May 9. The game will kick off once the waitlist reaches 1 million participants. Source: link @tonlines

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40974 · 25.04.2026 г., 14:01

Penguins have several group names. A group in water is called a “raft.” On land, it is called a “waddle.” A large group of penguins living or breeding together is called a “colony.” The place where they gather to breed is also called a “rookery.” 🐧🌊🏝️🐣 [Read more] @googlefactss #Penguins#AnimalFacts#Wildlife#DidYouKnow

🖼Boulders Beach — Penguins on the Beach! 🌊 The beautiful Boulders Beach is one of Cape Town’s most visited and the only place in the world where you can get this close to African penguins. 🐧 The Boulders Penguin Colony in Simons Town is home to a unique and endangered land-based colony of African Penguins — one of only a few in the world. This site has become a famous international tourist destination. The Boulders section of Table Mountain National Park consists of three pristine beaches, one penguin-viewing area, and three wooden boardwalks — built to let visitors admire these wonderful birds while keeping them safe. Thanks to the huge boulders that shelter the cove from currents, wind, and waves, it’s one of the best spots in Cape Town for both penguins and people. 🌴 🎥 Watch the video: https://www.youtube.com/watch?v=yDiVyXEbiNE #SouthAfrica#CapeTown#Tourism#Leisure#Nature#Travel#Penguins

Где живут пингвины?🐧🌍 Студент из ЮАР Ассуа Ака в коротком видео (0:40) на отличном русском языке расскажет вам об этом. #Природа#Пингвины#Кейптаун ___________________ Where do penguins live? 🐧🌍 A student from South Africa, Assua Aka, will tell you about it in good Russian in a short (0:40) video. #Nature#Penguins#CapeTown 📹https://t.me/tvbrics/8262

VIP_影视分享

@wangzhuanzhan · Post #33226 · 20.09.2024 г., 06:59

M-m马m达d加j斯s加j的d企q鹅e- 马达加斯加的企鹅 Penguins of Madagascar (2014) 直达链接:https://pan.quark.cn/s/382656d846e8 #马达加斯加的企鹅#Penguins of Madagascar #马达加斯加爆走企鹅#荒失失企鹅 链接:https://link3.cc/sf_com #电影#喜剧#美国#10年代