This message was deleted.
# contributors
b
This message was deleted.
l
+1 my original intention was to move towards that
👍 1
b
One caveat is that
context.Context
is immutable (
WithValue
et al return a copy) and furthermore, you can only set one value at a time, whereas IC contexts are mutable. Could result in a bit of a struggle to mesh the two.
I'll think about how to do this as I get deeper into IC's codebase.