Daniele Segato
01/07/2025, 9:59 AMinterface MyInterface {
fun stream(): Flow<MyObject>
}
I'm using SKIE and while they automatically convert Flows into AsyncSequences they say they do not support the conversion from AsyncSequences to Flow.
Can I still implement such conversion myself in the iosMain target?
Do you have any references?
Thank you in advanceDaniele Segato
01/08/2025, 4:13 PMPablichjenkov
01/08/2025, 4:14 PMAlexandru Caraus
01/08/2025, 4:16 PMDaniele Segato
01/08/2025, 4:16 PMAlexandru Caraus
01/08/2025, 4:17 PMDaniele Segato
01/08/2025, 4:17 PMDaniele Segato
01/08/2025, 4:18 PMAlexandru Caraus
01/08/2025, 4:21 PMDaniele Segato
01/08/2025, 4:22 PMAlexandru Caraus
01/08/2025, 4:23 PMDaniele Segato
01/08/2025, 4:29 PMDaniele Segato
01/08/2025, 4:49 PMrusshwolf
01/08/2025, 5:02 PMrusshwolf
01/08/2025, 5:03 PMDaniele Segato
01/08/2025, 5:10 PMAlexandru Caraus
01/08/2025, 7:46 PMAlexandru Caraus
01/08/2025, 7:51 PMAlexandru Caraus
01/08/2025, 7:51 PMAlexandru Caraus
01/08/2025, 7:51 PMDaniele Segato
01/08/2025, 7:52 PMDaniele Segato
01/08/2025, 7:52 PMAlexandru Caraus
01/08/2025, 7:53 PMAlexandru Caraus
01/08/2025, 7:53 PMAlexandru Caraus
01/08/2025, 7:53 PMAlexandru Caraus
01/08/2025, 7:54 PMAlexandru Caraus
01/08/2025, 7:56 PMDaniele Segato
01/08/2025, 7:57 PMDaniele Segato
01/08/2025, 7:58 PMAlexandru Caraus
01/08/2025, 8:46 PMDaniele Segato
01/08/2025, 10:17 PMAlexandru Caraus
01/08/2025, 10:46 PMDaniele Segato
01/11/2025, 7:32 PM