Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37401173
en ru br
ALT Linux repositórios
S:1.5.4-alt1

Group :: Development/Python3
RPM: python3-module-nest-asyncio

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.5.4-alt1
Data da compilação: 2 fevereiro 2022, 11:14 ( 115.2 weeks ago )
Tamanho:: 10.05 Kb

Home page:   https://pypi.org/project/nest-asyncio/

Licença: BSD-2-Clause
Sumário: Patch asyncio to allow nested event loops
Descrição:

By design asyncio does not allow its event loop to be nested.
This presents a practical problem: When in an environment
where the event loop is already running it's impossible to run tasks
and wait for the result. Trying to do so will give the error
"RuntimeError: This event loop is already running".

The issue pops up in various environments, such as web servers,
GUI applications and in Jupyter notebooks.

This module patches asyncio to allow nested use of asyncio.run
and loop.run_until_complete.

Mantenedor currente: Aleksei Nikiforov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • python3-module-nest-asyncio
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009