Skip to content

agronholm/asyncio_extras

Repository files navigation

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

About

Asynchronous generators, context managers and other utilities for use with asyncio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages