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

Резултати

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

Пребарај: #mensajes

当前筛选 #mensajes清除筛选
BotsGram®

@botsgram_cu · Post #4765 · 14.04.2022 г., 13:30

¿Que puede hacer este bot? @mensajesecretobot Un bot en línea para enviar mensajes secretos a uno o más destinatarios dentro de un grupo Idiomas: Español (Visto en @botsgram_cu) #mensajes

Hashtags

BotsGram®

@botsgram_cu · Post #4026 · 17.06.2021 г., 02:28

¿Que puede hacer este bot? @asamsgbot Este bot le permite enviar mensajes privados en chats públicos, los mensajes solo son visibles para el destinatario y el remitente. Sólo funciona de forma inline. Idiomas: español, inglés, italiano (Visto en @botsgram_cu) #mensajes#grupos

BotsGram®

@botsgram_cu · Post #4994 · 05.05.2024 г., 03:05

¿Qué puede hacer este robot? @NoPMsBot es un creador de bots de Telegram de retroalimentación. Puedes crear un bot para organizar comentarios convenientes basados ​​en temas en grupos . Se crea un tema separado en el grupo para cada usuario, gracias al cual puede navegar fácilmente por los diálogos y comunicarse como en un chat privado normal. Idioma: Inglés #bot#mensajes (Visto en @BotsGram_Cu)

BotsGram®

@botsgram_cu · Post #4392 · 03.10.2021 г., 00:56

¿Que puede hacer este? @WhatsAppSaveBot Con este Bot puedes guardar textos y compartirlos directamente en WhatsApp. Idiomas: inglés italiano (Visto en @botsgram_cu) #whatsapp#mensajes

BotsGram®

@botsgram_cu · Post #4329 · 05.09.2021 г., 11:57

¿Que puede hacer este bot? @tacitmebot Este bot puede ayudarlo a programar mensajes secretos. Idiomas: inglés (Visto en @botsgram_cu) #mensajes#anónimo

BotsGram®

@botsgram_cu · Post #3890 · 13.05.2021 г., 03:13

¿Que puede hacer este bot? @mysterious_forwarder_bot Haga que los mensajes sean anónimos y oculte las etiquetas reenviadas. Idiomas: inglés (Visto en @botsgram_cu) #anónimo#mensajes

BotsGram®

@botsgram_cu · Post #4661 · 07.02.2022 г., 12:36

¿Que puede hacer este bot? @CommentsBoardBot Con este bot puedes crear, editar y compartir pequeños tableros de comentarios. Idiomas: Inglés (Visto en @botsgram_cu) #mensajes#comentarios

BotsGram®

@botsgram_cu · Post #3085 · 24.10.2020 г., 01:56

¿Que puede hacer este bot? @WaTgLink_Bot Un bot gratuito y de código abierto para recibir y enviar mensajes de WhatsApp directamente en Telegram, con soporte multimedia y más funciones. Idiomas: inglés (Visto en @botsgram_cu) #whatsapp#mensajes#telegram

BotsGram®

@botsgram_cu · Post #3986 · 07.06.2021 г., 04:40

¿Que puede hacer este bot? @UUBot Crea bots de mensajería privados para que otros usuarios hablen contigo. Idiomas: español, árabe, inglés, ruso, alemán (Visto en @botsgram_cu) #bot#mensajes#programación

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