python3-aiotask-context

Store context information inside the asyncio.Task object
  https://github.com/Skyscanner/aiotask-context
  0
  no reviews



This library is used to pass information between coroutine calls without the need to do it explicitly using the called coroutine args.

Supports both asyncio and uvloop loops.