aballano
val result1 = fx { !effect { printCurrentThread() } !runIn(continueOn = Main) { printCurrentThread() } !effect { printCurrentThread() } }