Still adding IO to the combo there is not gonna make much difference given uniflow works eagerly anyways, afaik. You’ll end up needing to unsafe run the IO to enforce the state update to happen right there, @arnaud.giuliani can confirm
a
arnaud.giuliani
03/02/2020, 4:13 PM
uniflow just run your action, that is using Coroutines then
arnaud.giuliani
03/02/2020, 4:14 PM
Threading DSL is just a convenient way to change thread with the Uniflow dispatcher
j
Jorge Castillo
03/02/2020, 7:32 PM
Yep. That is eager evaluation, it's how coroutines work by default
a
arnaud.giuliani
03/03/2020, 8:47 AM
yes, i don’t change anything regarding this. Just simplifying the way to write it with uniflow