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

Резултати

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

Пребарај: #running

当前筛选 #running清除筛选

🔤🔤🔤🔤🔤🔤🔤 ✅Scientists from Denmark have developed a pill that replaces intense training. Researchers from a Danish university claim that the molecule, called LaKe, has the same effect on the body as a 10 km run. 💯The drug is currently being tested on mice, but chemists are convinced that it will soon be possible to conduct tests on people. Dr. Thomas Poulsen, responsible for the invention, believes that their development will help people with ailments such as heart problems live better. All you need to do is pop LaKe while continuing to chill on the couch. A magic pill for remote workers, finally. #Running#Denmark MARKHEMIST

ББВ online

@bbvonline · Post #1005 · 17.04.2026 г., 12:43

Немного утреннего бразильского солнца вам! Пробежаться по пляжу Копакабана в 6 утра бесценно, даже если у вас разорван мениск. На связи, ББВ #running #copacabana

Chollazo Exprés 🔥 Ofertas y Descuentos

@ChollazoExpres · Post #5639 · 08.01.2026 г., 18:30

💥Zapatillas Under Armour Ua Charged Assert 10 Corre con estilo y comodidad este invierno ✅OFERTA: 37.97€ ❌ Antes: 75.0€ 💰Ahorras un 49%🔥 Diseño resistente al frío, suela con amortiguación y ajuste perfecto 👉 Renueva tus zapatillas ahora #underarmour#zapatillasdecorrer#rebajas#deporte#running#ofertas#viral 🛰️Oferta publicada en Deporte y Outdoor

ПретходнаСтраница 1 од 3Следна