I have a flow that is passed to a method. I want t...
# coroutines
t
I have a flow that is passed to a method. I want to inspect the first emission(there will be at least one), then bundle that first emission with the cons of the flow that I pulled the first to, and pass that to something else. I feel I could do it with Channels possibly, but was wondering if there's a cleaner more elegant way