You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: