Questions on Service Dependencies and Initialization in Effect Typescript
Hi, I have a question about Effect.Service dependencies:
1. If you put service A as a dependency of service B ("dependencies: [A.Default]"),
will service A be created all the time when B is initialized?
2. Let's say we have this structure - ManagedRuntime.make(Layer.mergeAll(A.Default, B.Default)).
Will service A be created twice?
1. If you put service A as a dependency of service B ("dependencies: [A.Default]"),
will service A be created all the time when B is initialized?
2. Let's say we have this structure - ManagedRuntime.make(Layer.mergeAll(A.Default, B.Default)).
Will service A be created twice?
