@luxury_lifestyle_billionaire_hub · Post #6902 · 10.07.2020 г., 15:30
🌈Only 19 Sian Roadster will be made 💰 . All sold out 💰😍 #Luxury#Goals 📷octavius_92 ❤️🔜 LuxurySuperCars ✅🔜@R_Group_Official ━━━━━━━━━━━━━━━━━
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
Пребарај: #goals
@luxury_lifestyle_billionaire_hub · Post #6902 · 10.07.2020 г., 15:30
🌈Only 19 Sian Roadster will be made 💰 . All sold out 💰😍 #Luxury#Goals 📷octavius_92 ❤️🔜 LuxurySuperCars ✅🔜@R_Group_Official ━━━━━━━━━━━━━━━━━
@PensivePost · Post #5365 · 17.08.2021 г., 04:45
When it's time to reach my goal it requires so many sacrifices so my heart always whispers to my soul. But one thing I would like to remind myself is Nothing changes, if Nothing changes...! #review #goals
@venturememes · Post #454 · 02.11.2025 г., 10:01
POV: После $5B TGE слил свою залоканную фаундерскую аллокацию хедж-фонду через OTC с 40% дисконтом #winning#goals
@luxury_lifestyle_billionaire_hub · Post #6903 · 10.07.2020 г., 15:30
🌈Pet like this? 😍 #Luxury#Goals#Travel#UAE#Dubai 📷humaidalbuqaish ❤️🔜 LuxurySuperCars ✅🔜@R_Group_Official ━━━━━━━━━━━━━━━━━
@testflightynoti · Post #37935 · 09.05.2026 г., 19:50
#Pocket#Goals#Savings#Tracker Join the Pocket Goals: Savings Tracker beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/4vA79n6n Shared by Dimitri
@googlefactss · Post #40613 · 31.01.2026 г., 23:01
As you may have noticed one month into the new year, traditional New Year’s resolutions often fail because people set vague or too big goals, rely only on willpower, and don’t have a clear plan. Small, specific changes and building habits step by step are supposed to work better. 🔄 [Read more] @googlefactss #NewYearsResolutions#Habits#Goals#SelfImprovement
@googlefactss · Post #40880 · 30.03.2026 г., 22:01
Self-control is not just about willpower. 🧠 Building habits and routines makes it easier to stick to your goals. Repeating small positive actions regularly strengthens your ability to maintain self-discipline over time. Setting up your environment to make good choices easier and temptations harder also helps. After about three months, actions that once felt difficult can start to feel natural. 🔁🏃♂️🧩📊 [Read more] @googlefactss #psychology#selfcontrol#habits#goals#science#mindset If you have ideas or feedback contact us: @Googlefactss_Feedback_bot