@DansGN · Post #5212 · 14.07.2023 г., 04:44
ILLUSION宣布关闭,使用其品牌开发和销售的游戏将于8月18日停止销售 https://vxtwitter.com/ILLUSION_staff/status/1679660799185555456 #ILLUSION
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
Пребарај: #illusion
@DansGN · Post #5212 · 14.07.2023 г., 04:44
ILLUSION宣布关闭,使用其品牌开发和销售的游戏将于8月18日停止销售 https://vxtwitter.com/ILLUSION_staff/status/1679660799185555456 #ILLUSION
Hashtags
@viral_today · Post #3292 · 17.01.2025 г., 20:06
The magic trick to create a twin @Viral_Today / #illusion
Hashtags
@viral_today · Post #3144 · 22.10.2024 г., 10:31
Halloween costumes are getting out of hands @Viral_Today / #illusion
Hashtags
@viral_today · Post #2977 · 04.09.2024 г., 18:31
Can you tell which one is the cat and which one is the shadow? @Viral_Today / #illusion
Hashtags
@viral_today · Post #2967 · 02.09.2024 г., 16:31
Zach King, the internet’s illusion master, might have met his match with this guy. The aura is real! @Viral_Today / #illusion
Hashtags
@viral_today · Post #2955 · 31.08.2024 г., 14:30
Zach King, the editing wizard, stunned kids by magically appearing at their school assembly @Viral_Today / #illusion
Hashtags
@viral_today · Post #2898 · 18.08.2024 г., 12:30
This illusion blew up with over 30 million views in just a few days on X (formerly Twitter) @Viral_Today / #illusion
Hashtags
@viral_today · Post #2621 · 23.06.2024 г., 16:31
There is a real human inside this costume @Viral_Today / #illusion
Hashtags
@viral_today · Post #2541 · 08.06.2024 г., 14:30
Michael Stevens, famously known as Vsauce, explains an incredible illusion by Akiyoshi Kitaoka that has baffled many. The faces are the same color @Viral_Today / #illusion
Hashtags
@viral_today · Post #2446 · 23.05.2024 г., 10:30
There is no red in this picture. Try zooming in and you will see the illusion break. @Viral_Today / #illusion
Hashtags
@viral_today · Post #2406 · 16.05.2024 г., 12:30
This painting plays tricks on your mind @Viral_Today / #illusion
Hashtags
@viral_today · Post #2363 · 07.05.2024 г., 18:30
When your dad is a video editor with too much free time @Viral_Today / #illusion
Hashtags