@bighitxtcom · Post #83818 · 15.05.2026 г., 13:36
[WEVERSE DM] | 260515 🐿️: 🐥 #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
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
Пребарај: #taehyun
@bighitxtcom · Post #83818 · 15.05.2026 г., 13:36
[WEVERSE DM] | 260515 🐿️: 🐥 #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #83331 · 05.05.2026 г., 14:00
[WEVERSE DM] | 260505 🐿️: MOAs already have all the pictures from when I was a kid 🐿️: So instead, I’ll show you yoojun’s ‘I love you’ 🐿️: This is what we were doing as the ending at mucore note: it’s children’s day in korea today #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #83221 · 01.05.2026 г., 14:47
[WEVERSE DM] | 260501 🐿️:….Ah it’s muted, huh? #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #82931 · 26.04.2026 г., 15:23
[WEVERSE POST] | 260426 “Hi MOAs, it’s Taehyun. It feels a little awkward and embarrassing to be writing a long post after so long, but there’s something I wanted to convey, so I’m writing it down in my notes.” #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #82903 · 25.04.2026 г., 19:03
[WEVERSE DM] | 260426 🐿️: I took a picture with Beomgyu hyung #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #82887 · 25.04.2026 г., 08:23
[WEVERSE DM] | 260425 🐿️: So this is what the Mucore trophy looks like note: this is txt’s first ever music core win #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #82593 · 17.04.2026 г., 15:31
[WEVERSE DM] | 260417 #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #82445 · 14.04.2026 г., 18:21
[WEVERSE DM] | 260415 🐿️: Here’s a gift 🐿️: I took off my make up. #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #82248 · 12.04.2026 г., 11:21
[WEVERSE DM] | 260412 🐿️: ㅜㅜㅜㅜㅜㅜㅜㅜ #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #81948 · 05.04.2026 г., 10:39
[WEVERSE DM] | 260403 #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #81866 · 03.04.2026 г., 14:06
[WEVERSE DM] | 260403 #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN
@bighitxtcom · Post #81482 · 20.03.2026 г., 12:59
[WEVERSE DM] | 260320 🐿️: I visited the Joshua Tree national park 🐿️: Wait why isn’t the picture sending 🐿️: Why is this one sending 🐿️: Ah I’ll upload it as a post 🐿️: Looking at it, I guess you can’t send or upload ultra-high-definition pictures…the post was failing to upload too so I decreased the quality by taking a screenshot of it #투모로우바이투게더#TOMORROW_X_TOGETHER#TAEHYUN