context() call to resolve context all nested resolvers will be run with. During this call I wanna start new fiber and shove handle (RuntimeFiber?) into the context. Down the line, when actual resolver is hit, I'd grab handler from the context and run resolver effect on it.