Hello community :wave: I was exploring how to wor...
# ios
g
Hello community 👋 I was exploring how to work with
StateFlow
on the Swift side and I come up with this idea in order to translate the stream into a
Combine
Producer. I have the feeling that I’m reinventing the wheel 🤔 Is there any better alternative already available to achieve these adapters seamlessly? https://gist.github.com/gbasile/955b22e7334dc5c5dcbef8ed0e7fccde
s
Is the SwiftCollector similar to the
callbackFlow
builder?
g
do you have a link to the doc?
l