cats-effect-cps
cats-effect-cps copied to clipboard
Add a counter to "stateMachine$async" name
I think the following won't compile:
val a = async(io.await)
val b = async(io.await)
Since we use the same type name for everything. Macros may be doing some clever sanitization thing though which saves us.