etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Add 'Forwarding' reaction for command interceptions #84

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

Since command interceptions may want to execute side effects while still forwarding the received Action to the next chain item, a Forwarding reaction should be added for command interceptions that doesn't expect an immediateAction. This would work similar to Pipe but with additional suspending behavior and deferred dispatching.