Emitting Multiple Stream Values from Effect.gen
Hi, is it possible to emit several stream values from an Effect.gen ? I'm doing multiple api call in this generator and I would like to be able to get the state of operations as a stream by making stream values after each step ( "loading xxx...", "updating xxx..." ... )
