Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 980 Bytes

README.rst

File metadata and controls

18 lines (15 loc) · 980 Bytes
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