Отдельно разберём TaskGroup, который пришел на замену gather в Python 3.11.
Ключевые отличия
▫️create_task() возвращает объект asyncio.Task, у которого есть соответствюущие методы управления. То есть у нас больше контроля
▫️это контекстный менеджер, который гарантирует что все таски будут остановлены по выходу из контекста
▫️ошибка автоматически отменяет незавершенные задачи,
▫️except* передает нам ExceptionGroup, в котором каждую ошибку можно обработать отдельно
import asyncio
import random
async def do_it() -> str:
if random.random() < 0.1:
raise ValueError('Oops')
delay = random.uniform(0.5, 1.5)
await asyncio.sleep(delay)
return delay
async def main():
try:
async with asyncio.TaskGroup() as tg:
for _ in range(10):
tasks.append(tg.create_task(do_it()))
for t in tasks:
print(t.result())
except *ValueError as e:
for err in e.exceptions:
print(err)
asyncio.run(main())
Рекомендую изучить страницу Coroutines and Tasks из документации, где представлено больше интересных примеров и механизмов
- таймауты
- отмена задач
- создание задач из другого потока
#async
☀️Good Morning, Traders!☕
Every sunrise brings a new chart, a new candle, and a new opportunity. 📊
Today is not just another day — it’s another chance to grow your account, your mindset, and your confidence. 💪
🎯Remember:
Trading is not just about profits — it’s about discipline, patience, and consistency.
Don’t chase the market… understand it.
Don’t fear losses… learn from them.
💼Pocket Option gives you the platform.
Your mindset gives you the power.
Now go make today count. 🚀
#BinaryOptions#PocketOption
🚀 NEW VIDEO: PRO THUNDER V12!
Master the market with the most precise binary indicator yet. No noise, just structure. 💎
👛Watch Now:https://www.youtube.com/watch?v=ZExrk5kDhuI
🌐Get V12:https://ss7trader.com/product/pro-thunder-v12/
#PocketOption#BinaryTrading#SS7Trader
⚙100% NON-REPAINT. 0% GUESSING.⚙
👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy.
👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal.
📈Result: See the screenshots for the clinical precision.
Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑
👇 GET YOUR COPY NOW 👇
👉CLICK TO GET V12 NOW!
#MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы
⚙100% NON-REPAINT. 0% GUESSING.⚙
👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy.
👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal.
📈Result: See the screenshots for the clinical precision.
Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑
👇 GET YOUR COPY NOW 👇
👉CLICK TO GET V12 NOW!
#MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы
⚙100% NON-REPAINT. 0% GUESSING.⚙
👉Look at these clean entries from today's session with Pro Thunder V12. Once the signal appears, it STAYS. No shifting, no disappearing, just pure accuracy.
👉Neural Network Logic: Our AI scans thousands of data points to find the highest probability reversal.
📈Result: See the screenshots for the clinical precision.
Stop losing money on lagging indicators. It’s time to upgrade to the V12 standard.👑
👇 GET YOUR COPY NOW 👇
👉CLICK TO GET V12 NOW!
#MT5#Indicator#binaryindicator#pocketoption#quotex#бинарныеопционы#бинарныеопционы