hi, do we have API for `Ref` usage with arrow-fx-c...
# arrow
t
hi, do we have API for
Ref
usage with arrow-fx-coroutines or do I still need to manually wrap the IO in suspend?
s
Hey, we renamed it to
Atomic
since it wraps
atomic
from
Atomic-Fu
rather than
AtomicReference
from Java.
I'm not sure how we can clarify that better. Perhaps mentioning it on the page so it shows up in a website search for
Ref
? 🤔
I'm currently working on the docs/website, all feedback is very welcomed!
t
Thanks for a lightning fast reply! 😄 Maybe show it on the
Ref
docs page as well.
s
Hmm, perhaps a migration guide for 0.11.0 would be nice?
👍 1
Most APIs are named the same, all semantics are the same. So shouldn't be a long and difficult document to write/read.
t
+1 for migration guide