Open
Description
How does Apple's implementation of reactive streams compare to Flow? Can we expect a kotlinx-coroutines-combine
module providing utilities for the Combine Framework?
I ask because I have a kotlin multiplatform library that will be consumed from a swift code base and considering Kotlin Native doesn't support suspend function interop I intend to expose the Flows in my API surface as Publishers.