Is it possible to change the `launch` inside of `t...
# squarelibraries
j
Is it possible to change the
launch
inside of
test
in
FlowTurbine.kt
? It is using
UNDISPATCHED
and it is giving me some problems, maybe add to
test
function a param like
start: CoroutineStart = UNDISPATCHED
can be a solution
1