@profile_pictures_tm · Post #19211 · 04.02.2025 г., 14:02
#Animations🦋 💜
Hashtags
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
Пребарај: #animations
@profile_pictures_tm · Post #19211 · 04.02.2025 г., 14:02
#Animations🦋 💜
Hashtags
@profile_pictures_tm · Post #14940 · 20.06.2023 г., 11:00
#Animations💜💪👑
Hashtags
@profile_pictures_tm · Post #13030 · 26.01.2023 г., 10:55
#Animations
Hashtags
@profile_pictures_tm · Post #12921 · 18.01.2023 г., 18:10
#Animations ᴘʀᴏғɪʟᴇ ᴘɪᴄᴛᴜʀᴇs sᴇᴄᴏɴᴅ ᴄʜᴀɴɴᴇʟ🔻 ᴄʀʏᴘᴛᴏ ɴᴇᴡs📈
Hashtags
@profile_pictures_tm · Post #12255 · 29.11.2022 г., 09:24
#Animations
Hashtags
@profile_pictures_tm · Post #12073 · 19.11.2022 г., 10:30
#Animations
Hashtags
@profile_pictures_tm · Post #11565 · 18.10.2022 г., 09:57
#Animations
Hashtags
@profile_pictures_tm · Post #10733 · 08.09.2022 г., 06:14
#Animations
Hashtags
@profile_pictures_tm · Post #10033 · 08.08.2022 г., 10:55
#Animations
Hashtags
@profile_pictures_tm · Post #9616 · 18.07.2022 г., 12:55
#Animations
Hashtags
@profile_pictures_tm · Post #9296 · 03.07.2022 г., 11:42
#Animations
Hashtags
@profile_pictures_tm · Post #6825 · 08.02.2022 г., 09:09
#Animations
Hashtags