ScopeContextVar
Opened this issue · 0 comments
Finistere commented
ScopeGlobalVar
allows to define a global scope variable but it would be great to have an equivalent that behaves like an actual ContextVar
. This would also require a 'scoped-context'
lifetime to ensure that everyone is aware that any "scoped" dependent will also be in stored in a ContextVar
itself.