tavish pegram
06/17/2022, 5:37 PMraulraja
06/17/2022, 6:39 PMraulraja
06/17/2022, 6:43 PMDaniel Skogquist Åborg
06/18/2022, 9:36 AMraulraja
06/19/2022, 10:19 AMMono, Single, IO
and other single value wrappers by using suspend
. As for the streaming part it piggy backs on Flow
. For the sync scenarios it provides additional useful methods and types not present in KotlinX Coroutines like parZip, CircuitBreaker, Resource, Schedule, etc.
@tavish pegram @Daniel Skogquist Åborg you can intermix code in them and I believe they are isomorphic but if I had a greenfield project I’d choose Arrow or plain Kotlin with kotlinX Coroutines or a reactive system that supported suspend
functions.Daniel Skogquist Åborg
06/20/2022, 8:19 AM