my first sketch is to have `DoBlendRoutine` as a s...
# codereview
e
my first sketch is to have
DoBlendRoutine
as a suspend function and
blendRoutine
as a
Job?
, however I'm not sure about the
StartCoroutine
part.. I think I shall directly
launch { }
at that point
d
I think you want the
sequence
function.