Join Slack
Powered by
The advantage is that you have a choice of what ki...
# coroutines
e
elizarov
11/01/2017, 6:28 PM
The advantage is that you have a choice of what kind of future you’d like to get. For example you can do
mono { chan.toList() }
to get
Mono<List<T>>
if your code is based on Project Reactor.
👍 2
2
Views
Open in Slack
Previous
Next