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

Резултати

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

Пребарај: #chess

当前筛选 #chess清除筛选
Pro Analysis

@proanalysistrader · Post #28386 · 14.01.2025 г., 10:02

#CHESS/USDT analysis : #CHESS is currently in an uptrend, consistently making higher highs (HHs) and higher lows (HLs), while finding support along the trendline. A breakout above the counter-trendline is anticipated, which will lead to a test of previous highs. TF : 1D Entry : $0.1945 Target : $0.2730 SL : $0.1586

Hashtags

Pro Analysis

@proanalysistrader · Post #27991 · 06.10.2024 г., 11:55

#CHESS/USDT analysis : #CHESS is currently going through a correction phase and retracing back to the 200 EMA before continuing its bearish move. The price is bouncing back from the support line and is expected to test the 200 EMA. TF : 1h Entry : $0.1358 Target : $0.1419 SL : $0.1315

Hashtags

American Crypto©

@americancryptotrading · Post #27249 · 15.05.2025 г., 09:17

🇺🇸#CHESS/USDT has retested the descendingresistance on the daily timeframe💁‍♂️ Looking for the rally to continue📈 American Crypto©

Hashtags

Fed. Russian Insiders ®

@FedRussianInsidersVip4Free · Post #6954 · 01.12.2025 г., 12:55

#CHESS (Binance Futures and Spot) ✅Sub $10 million market cap coin ✅Fully bottomed ✅Loking exactly like MYX at $1, before making a 1800% move to $18 CHESS is an easy 10x move, grabbing a big bag here below $0.05

Hashtags

Fed. Russian Insiders ®

@FedRussianInsidersVip4Free · Post #6952 · 01.12.2025 г., 12:17

LONGING $CHESS HERE Exchanges: Binance (Spot and Futures) #CHESS is not only a gem, it’s what we call a once in a lifetime trade. Fully bottomed, momentum stronger than anything we’ve seen, and an easy short term target at $0.25 - $0.5. Buy it below $0.045 while you can Entry: Below 0.045 Targets: 0.047 - 0.049 - 0.052 - 0.059 - 0.072 - 0.095 - 0.120 - 0.142 - 0.231 - OPEN SL: Below 0.034

Hashtags

Fed. Russian Insiders ®

@FedRussianInsidersVip4Free · Post #6900 · 22.11.2025 г., 16:34

BUYING $CHESS HERE Exchanges: Binance (Spot and Futures) The bottom is in for #CHESS Entry: Below $0.042 Targets: 0.045 - 0.048 - 0.052 - 0.60 - 0.74 - 0.108 - 0.132 - 0.172 - 0.210 - 0.281 - OPEN SL: Below $0.0335

Hashtags

Fed. Russian Insiders ®

@FedRussianInsidersVip4Free · Post #6661 · 24.09.2025 г., 15:08

LONGING $CHESS HERE Exchange: Binance / Binance Futures Leverage: 5-10x Fully bottomed and bullish momentum started. Buying #CHESS heavily here, easy 5x move🐋 Targets: 0.068 - 0.070 - 0.073 - 0.079 - 0.088 - 0.102 - 0.142 - 0.192 - 0.210 - OPEN SL: Below 0.053

Hashtags

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