Skip to main content

Patch asyncio to allow nested event loops

Project description

Build PyPi Number of downloads

Introduction

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.

Installation

pip3 install nest_asyncio

Python 3.5 or higher is required.

Usage

import nest_asyncio
nest_asyncio.apply()

Optionally the specific loop that needs patching can be given as argument to apply, otherwise the current event loop is used. An event loop can be patched whether it is already running or not. Only event loops from asyncio can be patched; Loops from other projects, such as uvloop or quamash, generally can’t be patched.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nest_asyncio-1.4.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nest_asyncio-1.4.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file nest_asyncio-1.4.0.tar.gz.

File metadata

  • Download URL: nest_asyncio-1.4.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.44.0 CPython/3.8.3

File hashes

Hashes for nest_asyncio-1.4.0.tar.gz
Algorithm Hash digest
SHA256 5773054bbc14579b000236f85bc01ecced7ffd045ec8ca4a9809371ec65a59c8
MD5 713d72cb9842b4f348fa833ccc79c1dc
BLAKE2b-256 b5bdf4e28820a4e105680ecf02decf75282c8c3eeb7c66c776dd54c4837f93bb

See more details on using hashes here.

File details

Details for the file nest_asyncio-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: nest_asyncio-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.44.0 CPython/3.8.3

File hashes

Hashes for nest_asyncio-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea51120725212ef02e5870dd77fc67ba7343fc945e3b9a7ff93384436e043b6a
MD5 eec6b5979990488f190b91714229f451
BLAKE2b-256 a044f2983c5be9803b08f89380229997e92c4bdd7a4a510ccee565b599d1bdc8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page