Generating Scheduled Stream Values and Retrieving the Last Effect
Hi. I want to have: * Stream with Schedule generating some string values each 4 minutes * fun returning Effect that contains the last value generated in that Stream. How to approach that? Some Resource-based approach?