Skip to content
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

Consider stabilizing CoroutineStart.ATOMIC #4151

Closed
jacktol opened this issue Jun 5, 2024 · 3 comments
Closed

Consider stabilizing CoroutineStart.ATOMIC #4151

jacktol opened this issue Jun 5, 2024 · 3 comments

Comments

@jacktol
Copy link

jacktol commented Jun 5, 2024

The CoroutineStart.ATOMIC option was marked experimental almost 6 years ago as part of version 0.30.0. Is there a strong reason that the option is still experimental, or could it be considered stable by now?

@qwwdfsad
Copy link
Collaborator

I think it's time to promote it to delicate: it has its use-cases, but it's easy to misuse, which fits the delicate concept perfectly

@lukellmann
Copy link
Contributor

I think it's time to promote it to delicate: it has its use-cases, but it's easy to misuse, which fits the delicate concept perfectly

The characteristics listed in the KDoc that make ATOMIC delicate also apply to UNDISPATCHED. Should it also be made delicate?

@zuevmaxim
Copy link
Contributor

@lukellmann UNDISPATCHED has a wider range of use cases due to the threading guaranties, so it isn't marked as delicate API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants