Skip to main content

Asynchronous generators, context managers and more for asyncio

Project description

Build Status Code Coverage Documentation Status

This library provides several conveniences to users of asyncio:

  • decorator for making asynchronous context managers (like contextlib.contextmanager)

  • decorator and context manager for running a function or parts of a function in a thread pool

  • helpers for calling functions in the event loop from worker threads and vice versa

  • helpers for doing non-blocking file i/o

Supported by

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