New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mention the status of atomicints #2150
Comments
Yes. They are used inside of the 6.c setting in order to implement a number of other concurrency primitives that are very decidedly available in 6.c. Thus they were put in the 6.c setting to make them available for that. Same goes for |
|
atomicints have their very own page. Do you mean add something to the tune of when they started to work? |
|
@JJ “Note: available in rakudo starting with release 2017.08” |
Refs #2150. I'm not sure if this is it, so not closing it for now.
|
@AlexDaniel Would what's been added be enough? |
|
@JJ yea |
According to committable, atomicints are available since rakudo 2017.08, and I think this should be mentioned. Otherwise someone using 2017.07 (which isn't even 1 year old) may be surprised that atomicints won't work with their setup.
By the way, does anybody know why atomicints are available with
use v6.cand not just in v6.d.PREVIEW?The text was updated successfully, but these errors were encountered: