that-depends icon indicating copy to clipboard operation
that-depends copied to clipboard

Support Multiple Context Backends

Open xelandernt opened this issue 4 months ago • 0 comments

Right now, all Context providers use ContextVars as storage.

It would be good to have an alternative, for example, if someone needs more reliable persistence when working with asyncio.

To-do:

  • [ ] Abstract away all context logic into a ContextVar backend.
  • [ ] Implement a dummy (dict?) backend.

xelandernt avatar Aug 04 '25 01:08 xelandernt