I'm interested in checking out Kotlin coroutines a...
# announcements
b
I'm interested in checking out Kotlin coroutines as a replacement for the Reactor code I now use to do async calls to backend services to aggregate and transform data, which is a very common use case for me. Can anyone point me to an example coroutines app that does something like this for inspiration?