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.1.0.tar.gz (3.5 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.1.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nest_asyncio-1.1.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for nest_asyncio-1.1.0.tar.gz
Algorithm Hash digest
SHA256 f1172852755ec9ce1c7b76b0355ca7da0aa5073b556c04f0c50e5b9484782651
MD5 0b91bfd2da3fa7760d9edd9a53703af8
BLAKE2b-256 5d5d17bb3e4658367aac8bd6b96d1bdb723e17d0b94d7295be7f476df7964cdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nest_asyncio-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for nest_asyncio-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 510159bf7b14faa88edf2725a53910b2c5c5cc1231435c1c6d97632daa1ed21b
MD5 7844d811910446d080723f0aa30bbb33
BLAKE2b-256 098276dfcb16ba761a70bc89d93c6af2d13c1677f04bb8fa70213685ee071588

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