I finally had a chance to really dig into `fx { }`...
# arrow
b
I finally had a chance to really dig into
fx { }
mechanics. Question: is
fx
just basically using
suspend
and
@RestrictsSuspension
to leverage the compiler type-checking functionality to ensure effect types aren't mixed in the
fx
block?