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
Currently Kaskade's concurrency is bounded by coroutines and Rx. There's no way to make use of Java
Threads
andExecutors
.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