все параметры
trixie  ] [  sid  ]
[ Источник: python-async-interrupt  ]

Пакет: python3-async-interrupt (1.1.1-2)

Ссылки для python3-async-interrupt

Screenshot

Ресурсы Debian:

Исходный код python-async-interrupt:

Сопровождающие:

Внешние ресурсы:

Подобные пакеты:

Interrupt context manager for asyncio

This Python module provides a context manager that can be used to interrupt a block of code as soon as possible when a future is done.

The purpose of async_interrupt is to raise an exception as soon as possible to avoid any race conditions. It is based loosely on async_timeout by Andrew Svetlov and cpython asyncio.timeout.

Usage:

 async with interrupt(future, ValueError, "message"):
     future.set_result(None)
     await asyncio.sleep(0)

This package is useful in scenarios where an exception needs to be raised immediately to prevent race conditions during asynchronous operations.

Другие пакеты, относящиеся к python3-async-interrupt

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка python3-async-interrupt

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 6,5 Кб33,0 Кб [список файлов]