gumil / Kaskade

[INACTIVE] Simplifying state management
Apache License 2.0
224 stars 6 forks source link

Support for Threads/Executors #32

Open gumil opened 5 years ago

gumil commented 5 years ago

Currently Kaskade's concurrency is bounded by coroutines and Rx. There's no way to make use of Java Threads and Executors.

Should be easily done by making a reducer. We should also think if this is useful or we could just create a guide creating your own reducer with the use of threads