Sharing a Service Instance Across ManagedRuntime and Default Runtime
How would I go about having the same instance of a service in both a ManagedRuntime for forked execution as well as in the default runtime? I need
ManagedRuntime.make(MyLayer) and .pipe(Layer.provide(MyLayer)) to not reinitialize the layer.