the usage would be ``` val result1 = fx { !ef...
# arrow-contributors
a
the usage would be
Copy code
val result1 = fx {
    !effect { printCurrentThread() }
    !runIn(continueOn = Main) { printCurrentThread() }
    !effect { printCurrentThread() }
}