? Is it OK to use it in a library as implementation details?
e
Erik Christensen
10/01/2020, 12:42 AM
It's used by the coroutines library, so certainly stable enough. There are some rough edges, but I haven't seen anything showstopping.
k
kpgalligan
10/01/2020, 12:49 PM
JB doesn’t really advertise it for community use. I’d have to dig up the conversation link somewhere, but it’s kind of an internal library that you can use. I’m sure it works fine, but I’m not sure how committed they are to keeping the api itself stable over time. My original plan was to pull all of the Stately atomic classes, but after reading that, I held off.
a
Arkadii Ivanov
10/01/2020, 12:51 PM
Yeah, I will also keep custom atomics for a while.