Hoop Carpool Fluxy Versions Save

Fluxy is a Flux architecture implementation written in Kotlin.

0.1.3

4 years ago
  • Added sources for fluxy library
  • Added FluxyStore<S>.waitFor(cb: (S) -> T) operator to suspend current coroutine until the desired Result is in a concluded state.