Questions About Layer.unwrapEffect and ManagedRuntime Execution
Hi, I have some questions about Layer.unwrapEffect:
1. What is going to happen if I pass Layer.unwrapEffect that contains a Stream inside (or some long-running task, etc.) to a ManagedRuntime?
2. Do I understand correctly that IF we send some effects to the runtime, the runtime will wait for
unwrapEffect to complete before executing anything?
1. What is going to happen if I pass Layer.unwrapEffect that contains a Stream inside (or some long-running task, etc.) to a ManagedRuntime?
2. Do I understand correctly that IF we send some effects to the runtime, the runtime will wait for
unwrapEffect to complete before executing anything?
