async_wrapper
v0.8.2
  • async_wrapper package
    • async_wrapper.convert module
    • async_wrapper.task_group module
    • async_wrapper.exception.py
    • async_wrapper.queue.py
    • async_wrapper.wait.py
    • async_wrapper.pipe.py
async_wrapper
  • async_wrapper package
  • Edit on GitHub

async_wrapper package

  • async_wrapper.convert module
    • toggle_func()
    • sync_to_async()
    • async_to_sync()
  • async_wrapper.task_group module
    • TaskGroupWrapper
    • SoonValue
    • create_task_group_wrapper()
  • async_wrapper.exception.py
    • PendingError
    • QueueError
    • QueueEmptyError
    • QueueFullError
    • QueueClosedError
    • QueueBrokenError
    • QueueRestrictedError
    • DisposableError
    • AlreadyDisposedError
  • async_wrapper.queue.py
    • Queue
    • create_queue()
  • async_wrapper.wait.py
    • Waiter
    • Completed
    • wait_for()
  • async_wrapper.pipe.py
    • Disposable
    • DisposableWithCallback
    • Subscribable
    • SimpleDisposable
    • Pipe
    • create_disposable()
Previous Next

© Copyright 2023, phi.friday. Revision 0d251828.

Built with Sphinx using a theme provided by Read the Docs.