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

Резултати

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

Пребарај: #juv

当前筛选 #juv清除筛选
Coin Sonar

@CoinSonar · Post #244206 · 18.04.2026 г., 13:33

#JUV | Volume spike (USDT PAIR) 31 times the average volume 132.89K USDT traded in 15 min └Buying vol: 96.91K USDT 🟢 Boost score: 5/10 24h Vol: 406.73K USDT (Binance) Price: 0.565 (-1.9% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244068 · 18.04.2026 г., 08:18

#JUV | Volume spike (USDT PAIR) 35 times the average volume 149.71K USDT traded in 15 min └Selling vol: 80.95K USDT 🔴 Boost score: 1/10 24h Vol: 406.73K USDT (Binance) Price: 0.550 (-1.9% in 24h)

Hashtags

Pro Analysis

@proanalysistrader · Post #28466 · 12.02.2025 г., 14:19

#JUV/USDT analysis : #JUV is currently in a bearish trend, forming lower lows (LLs) and lower highs (LHs) below the 200 EMA. The price is expected to maintain its bearish trajectory and test lower levels from the current position. TF : 1h Entry : $1.033 Target : $0.914 SL : $1.105

Hashtags

Pro Analysis

@proanalysistrader · Post #28358 · 28.12.2024 г., 13:25

#JUV/USDT analysis : #JUV is forming a structure of higher highs (HHs) and higher lows (HLs). The price is expected to break out above the 200 EMA resistance and continue to rise. It is advisable to wait for the price to retest the support zone for a long entry opportunity. TF : 2h Entry : $1.640 Target : $1.780 SL : $1.550

Hashtags

Pro Analysis

@proanalysistrader · Post #27948 · 21.09.2024 г., 11:19

#JUV/USDT analysis : #JUV is presently being rejected from the resistance zone. The price is expected to retrace towards the 200 EMA and test it. This could potentially create a short trade opportunity on the lower time frame (LTF). TF : 1H Entry : $1.636 Target : $1.592 SL : $1.663

Hashtags

Binance Big Pump Signals Future trade

@binancebigpumpsignalsfuture · Post #2154 · 13.03.2022 г., 09:38

#JUV result 2 nd target achieved in just 1 days ✅✅✌ One more huge quick profit 21.2%🤑💰🤑 👉 Still thinking? The more you wait more you lose profit ☎️ Contact @MichaelStrategiesVip for membership and grab next breakout signal

Hashtags

Binance Big Pump Signals Future trade

@binancebigpumpsignalsfuture · Post #2142 · 12.03.2022 г., 14:40

#JUV result 1 st target achieved in just 21 house ✅✌ One more huge quick profit 10.3%🤑💰🤑 👉 Still thinking? The more you wait more you lose profit ☎️ Contact @MichaelStrategiesVip for membership and grab next breakout signal

Hashtags