workflow-kotlin
workflow-kotlin copied to clipboard
Document error behavior on Rx extensions
trafficstars
Errors will crash the app. If it is an expected error, use onErrorReturn and friends to handle errors.
Not a breaking API change, removing from 1.0.0 milestone.