@anatomyarthub · Post #3332 · 05.08.2024 г., 13:12
#руки#hands @anatomyarthub
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #402 · 22 дек.
Отдельно разберём 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
Hashtags
Пребарај: #hands
@anatomyarthub · Post #3332 · 05.08.2024 г., 13:12
#руки#hands @anatomyarthub
@anatomyarthub · Post #2993 · 28.04.2024 г., 07:12
#руки#hands @anatomyarthub
@anatomyarthub · Post #2703 · 29.02.2024 г., 12:53
#руки#hands @anatomyarthub
@Wallpaper_INT · Post #46817 · 11.07.2025 г., 09:30
#Hands#Flowers#Aesthetic#Purple#4K @Wallpaper_INT
@anatomyarthub · Post #2104 · 10.11.2023 г., 11:11
#анатомия#руки#anatomy#hands @anatomyarthub
@anatomyarthub · Post #1271 · 19.07.2023 г., 14:49
#анатомия#руки#anatomy#hands @anatomyarthub
@anatomyarthub · Post #1133 · 11.07.2023 г., 08:20
#анатомия#руки#anatomy#hands @anatomyarthub
@anatomyarthub · Post #841 · 16.06.2023 г., 11:00
#анатомия#руки#anatomy#hands @anatomyarthub
@anatomyarthub · Post #303 · 21.05.2023 г., 06:04
#анатомия#руки#anatomy#hands @anatomyarthub
@anatomyarthub · Post #152 · 17.05.2023 г., 07:05
#анатомия#руки#anatomy#hands @anatomyarthub
@anatomyarthub · Post #106 · 13.05.2023 г., 09:50
#анатомия#руки#anatomy#hands @anatomyarthub
@anatomyarthub · Post #3725 · 13.10.2024 г., 12:02
#арт#руки#art#hands @anatomyarthub