@TFGames · Post #1393 · 07.12.2023 г., 18:17
#BIG#RACE#GAMES https://testflight.apple.com/join/hUioxn8K
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
Пребарај: #race
@TFGames · Post #1393 · 07.12.2023 г., 18:17
#BIG#RACE#GAMES https://testflight.apple.com/join/hUioxn8K
@borkena · Post #5721 · 12.01.2026 г., 22:06
Colorism in Africa : ‘Racism is About the Color of your Mind Not Your Skin’. Read more. https://borkena.com/2026/01/12/colorism-in-africa-racism-is-about-the-color-of-your-mind-not-your-skin/#colorism#Africa#race@dawit_giorgis
@TestFlightX · Post #34248 · 04.10.2024 г., 13:17
#SPACE#RACE#TYPING https://testflight.apple.com/join/s1tWIUfY
@tonevents_en · Post #834 · 11.09.2024 г., 13:00
$WAT is coming. Are you ready? Launch 🪙September 23rd, 2024 🪙 🔠🔠🔠🙂🔠🔠🔠🔠 🏎Hurry up and mine more! #TON#Gamee#WAT#race
@Wallpaper_INT · Post #47738 · 18.02.2026 г., 10:30
#Car#Race#Formula1#FHD @Wallpaper_INT
@TFGames · Post #1984 · 22.01.2024 г., 22:57
#HOKOTASHI#CAR#RACE#GAMES https://testflight.apple.com/join/u2txqKAk
Hashtags
@wall_amv · Post #9193 · 12.07.2024 г., 08:58
[amv] [initial D] Anime: Initial D Music : Me,myself and i by G-Eazy #Amv #Initial_D #Car #Race #Full_HD #AnimWorld @Wall_Amv
@borkena · Post #6145 · 10.04.2026 г., 14:13
Pictures, Pejorative Discourse, and the “Ape” Insult (Girma Berhanu) https://borkena.com/2026/04/10/pictures-pejorative-discourse-and-the-ape-insult/#race#racism#apeinsult
Hashtags
@Wallpaper_INT · Post #47239 · 28.11.2025 г., 16:30
#Set#Race#Car#Formula1#FHD @Wallpaper_INT
@reutersworldchannel · Post #149522 · 18.10.2021 г., 16:57
Ahmaud Arbery trial begins; Arbery's mother wants justice Jury selection is scheduled to begin on Monday for the trial of three white men accused of racially motivated murder in the shotgun death of 25-year-old Ahmaud Arbery, a Black jogger. In an interview, Arbery's mother, Wanda Cooper-Jones, said her son was shot dead in February of 2020 as he was jogging because he was Black. #Ahmaud Arbery #Crime#Race#News#Reuters Subscribe: http://smarturl.it/reuterssubscribe Reuters brings you the latest business, finance and breaking news video from around the globe. Our reputation for accuracy and impartiality is unparalleled. Get the latest news on: http://reuters.com/ Follow Reuters on Facebook: https://www.facebook.com/Reuters Follow Reuters on Twitter: https://twitter.com/Reuters Follow Reuters on Instagram: https://www.instagram.com/reuters/?hl=en ➖@reutersworldchannel➖
@Wallpaper_INT · Post #47414 · 24.12.2025 г., 12:30
#Set#Race#Car#Moon#Smoke#FHD @Wallpaper_INT
@Wallpaper_INT · Post #46480 · 28.05.2025 г., 16:30
#Cars#Road#Race#Speed#8K @Wallpaper_INT