Explore Kotlin coroutine as an operator extension #1103
Labels
area/kotlin
This belongs to the kotlin theme
status/declined
We feel we shouldn't currently apply this change/suggestion
Coroutine makes non blocking programming more progressive for some users. It would be great to explore a way to use an extension that offer direct support to implement a Reactor Operator as a coroutine, an alternative to
Flux.create
,flatMap(data -> Flux.create(s -> /*...*/))
andsubscribe
.More over an extension to
blockXxx()
assuspend getXxx()
could be interesting for Flux/ Mono.block.The text was updated successfully, but these errors were encountered: