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.
Right now, all
Contextproviders useContextVarsas storage.It would be good to have an alternative, for example, if someone needs more reliable persistence when working with asyncio.
To-do:
ContextVarbackend.dict?) backend.