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

Резултати

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

Пребарај: #woo

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

@proanalysistrader · Post #28000 · 10.10.2024 г., 03:47

#WOO/USDT analysis : #WOO is currently trading within a channel, and a retracement to the 200 EMA is pending. The price is likely to move upward and test the previous swing high resistance, with expectations for continued upward movement. TF : 1D Entry : $0.1629 Target : $0.2186 SL : $0.1469

Hashtags

American Crypto©

@americancryptotrading · Post #27577 · 03.04.2026 г., 09:16

🇺🇸#WOO/USDT is consolidating above the lowerborder of the fallingwedge on the 3D chart💁‍♂️ Rebound incoming✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27235 · 01.05.2025 г., 10:11

🇺🇸#WOO/USDT is breaching the descendingchannel formation on the daily timeframe🔥 Further rally is coming soon📈 American Crypto©

Hashtags

Coinlegs Cryptocurrency Signals

@coinlegs · Post #9547 · 15.12.2023 г., 10:06

#WOO Failure Swing Detection 👇 The chart fully and automatically generated by our algorithm. All drawings are based on only mathematical values and calculations instead of emotions. Interested? www.coinlegs.com

Hashtags

Crypto

@signal_bitcoins · Post #1802 · 12.12.2023 г., 07:19

#WOO bounced back from the Weekly Trendline and now hitted the Supply zone,in the case of breakout we will see another pump.🚀 otherwise wait to see the price reaction to the trendline again.👀 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

Mexc Crypto Signals Pumps Trading Kucoin

@mexc_signals_pumps_trading · Post #875 · 29.03.2024 г., 23:07

#WOO/USDT UPDATE: #WOO is now trading around 0.45$. #WOO has broken down of a bear flag on hourly time frame. Now the Possible scenario is according to the pattern, we can see 10-20% dump in this. Keep eye on it 👀Stay tuned with us for further updates✔️

Hashtags

Mexc Crypto Signals Pumps Trading Kucoin

@mexc_signals_pumps_trading · Post #871 · 28.03.2024 г., 18:58

#WOO/USDT UPDATE: #WOO is now trading around 0.454$. $WOO has formed a bear flag pattern on the hourly time frame. So the Possible scenario is If the price dumps and breaks down the pattern, we can see a dump in it. Keep eye on it👀. Stay tuned with us for further updates✔️

Hashtags

ПретходнаСтраница 1 од 3Следна