aioresult
v1.0
  • Overview
    • Quick Overview
    • Installation and Usage
    • Contributing
    • License
  • Capturing a result
    • Motivation and usage
    • Exception handling
    • How it works
    • Wait for a task to finish starting
    • Reference
  • Using futures
    • Motivation and usage
    • Reference
  • Waiting for a result
    • Motivation and usage
    • Running a callback when a task is done
    • Reference
  • Release history
    • aioresult 1.0 (2024-02-08)
    • aioresult 0.9 (2023-01-02)
aioresult
  • Index
  • Edit on GitHub

Index

_ | A | C | E | F | I | M | R | S | T | W

_

  • __cause__ (aioresult.TaskFailedException attribute)

A

  • aioresult
    • module
  • args (aioresult.FutureSetAgainException attribute)
    • (aioresult.ResultCapture property)
    • (aioresult.TaskFailedException attribute)
    • (aioresult.TaskNotDoneException attribute)

C

  • capture_start_and_done_results() (aioresult.ResultCapture class method)

E

  • exception() (aioresult.ResultBase method)

F

  • Future (class in aioresult)
  • FutureSetAgainException

I

  • is_done() (aioresult.ResultBase method)

M

  • module
    • aioresult

R

  • result() (aioresult.ResultBase method)
  • ResultBase (class in aioresult)
  • ResultCapture (class in aioresult)
  • results_to_channel() (in module aioresult)
  • routine (aioresult.ResultCapture property)
  • run() (aioresult.ResultCapture method)

S

  • set_exception() (aioresult.Future method)
  • set_result() (aioresult.Future method)
  • start_soon() (aioresult.ResultCapture class method)

T

  • TaskFailedException
  • TaskNotDoneException

W

  • wait_all() (in module aioresult)
  • wait_any() (in module aioresult)
  • wait_done() (aioresult.ResultBase method)

© Copyright Arthur Tacca. Revision 72841701.

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