TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 3 слични објави

Пребарај: #henninglarsen

当前筛选 #henninglarsen清除筛选

The Salling Roofgarden - an extension to the popular Salling Rooftop - is now open. Surrounded by trees and hundreds of plants, the new garden located on the roof of the historic 6-story department store adds 1,400m²/15,070 ft² to the existing rooftop, offering citizens and visitors a piece of #urbannature in the busy city center. A #verticalgarden on the facade facing the pedestrian shopping street runs through all six stories, connecting the roof to the street level. The entire city can be viewed from the new lookout platform 35 meters/115 feet above the city’s streetscape while skywalks make it possible for people to move between the different facilities, even offering a peek into the department store's ground floor. The Salling Roofgarden is done by Henning Larsen in collaboration with Ramboll group and A.Enggaard Photos by Martin Schubert. #arch_shovel#architecture#henninglarsen

Eight-storey wooden building for the Nordhavn waterfront on the eastern edge of Copenhagen. The landscape design at Marmormolen in Copenhagen revolves around a unified symbiosis of greenery on the rooftops, courtyards, inside and around the office building — which will become one of Denmark's largest timber constructions — to create a living and lush experience for employees, visitors and pedestrians. Architecture, landscape architecture and interior design: Henning Larsen Architects in collaboration with AP Pension and Ramboll denmark. Renders by IMIGO (1+2) and Sora (3+4). #arch_shovel#architecture#henninglarsen#architects#denmark#copenhagen#landscapeDesign

The circular form of World of Volvo. Architecture by Henning Larsen. Visualization by Kvant.1 and Henning Larsen . #iarchitectures#superarchitects#flatdesign#architectural#archdaily#architecture#architecturedrawing#archi_students#showitbetter#archisource#archdraw#architecturedesign#arch_shovel#henninglarsen