cats-effect-cps icon indicating copy to clipboard operation
cats-effect-cps copied to clipboard

Add a counter to "stateMachine$async" name

Open djspiewak opened this issue 4 years ago • 0 comments

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.

djspiewak avatar Jun 13 '21 20:06 djspiewak