Join Slack
Communities
Powered by
I finally had a chance to really dig into `fx { }`...
# arrow
b
Bob Glamm
05/08/2019, 4:00 PM
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?
Open in Slack
Previous
Next