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

Резултати

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

Пребарај: #axs

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

@CoinSonar · Post #244244 · 18.04.2026 г., 15:22

#AXS | Volume spike (USDT PAIR) 12 times the average volume 166.56K USDT traded in 15 min └Buying vol: 123.61K USDT 🟢 Boost score: 3/10 24h Vol: 1.28M USDT (Binance) Price: 1.154 (-2.2% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244048 · 18.04.2026 г., 07:50

#AXS | Volume spike (USDT PAIR) 182 times the average volume 162.93K USDT traded in 1 min └Selling vol: 126.26K USDT 🔴 Boost score: 1/10 24h Vol: 1.28M USDT (Binance) Price: 1.217 (-2.2% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243675 · 17.04.2026 г., 13:27

#AXS | Volume spike (USDT PAIR) 9 times the average volume 130.07K USDT traded in 15 min └Buying vol: 71.08K USDT 🟢 Boost score: 5/10 24h Vol: 1.28M USDT (Binance) Price: 1.207 (-2.2% in 24h)

Hashtags

🚀🚀 Another massive profit made in Premium Group and this time it is#AXS/USDT which crossed All the Profit Targets for an humongous gain of 99% 🗨Contact @futurechief to enter the Binance Futures/Bybit/Kucoin/OKX Premium Signal Group & Receive daily high quality signals by being in the Premium Group

Hashtags

Pro Analysis

@proanalysistrader · Post #28467 · 12.02.2025 г., 17:04

#AXS/USDT analysis : #AXS is retracing towards the 200 EMA and is expected to retest this level before continuing its bearish momentum. The current level presents a favorable opportunity for a long entry, with the swing high resistance level identified as the target. TF : 4H Entry : $4.444 Target : $4.990 SL : $4.160

Hashtags

American Crypto©

@americancryptotrading · Post #27228 · 24.04.2025 г., 10:51

🇺🇸#AXS/USDT is currently heading towards the descendingresistance line on the daily timeframe💁‍♂️ A strong upward impulse is likely🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27039 · 04.11.2024 г., 18:14

🇺🇸#AXS/USDT is forming the descendingtriangle on weekly timeframe🧐 Bullish case🚀 American Crypto©

Hashtags

Free Crypto Signals (Profitable Zone)

@btctradingclub · Post #26804 · 19.01.2026 г., 22:11

🚀🚀 315% Profit on #AXS/USDT for our Premium Members on Binance Futures/Bybit/OKXX/Kucoin/Bitget ✅✅ All target completed 👁‍🗨Contact @primemod to enter the Premium Group for high quality SPOT & FUTURES Signals

Hashtags

123•••56
ПретходнаСтраница 1 од 6Следна