etiennelenhart / Eiffel

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

Add 'Command' interceptions for coroutine side effects #53

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

To make creating asynchronous commands easier, Eiffel should recommend the usage of coroutines. It should also provide some light abstractions to create commands and integrate them with EiffelViewModel (see #50).