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.3.tar.gz (6.0 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.3-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nest_asyncio-1.4.3.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.9.0

File hashes

Hashes for nest_asyncio-1.4.3.tar.gz
Algorithm Hash digest
SHA256 eaa09ef1353ebefae19162ad423eef7a12166bcc63866f8bff8f3635353cd9fa
MD5 37b8f09494c63a888397ce8ef5c32b0e
BLAKE2b-256 a7e06125c2b7e64ce7c55a45f5b1dffe97bc5643945139374a80963c7b1308e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nest_asyncio-1.4.3-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.9.0

File hashes

Hashes for nest_asyncio-1.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 dbe032f3e9ff7f120e76be22bf6e7958e867aed1743e6894b8a9585fe8495cc9
MD5 09a992c5548022a56c6c5815169417f2
BLAKE2b-256 5c3310805a3359f56ac4f3b520e64b9d5e6a288d87be95777b8023c64cba60f1

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