8000 `Ractor#take` and warn by ko1 · Pull Request #13512 · ruby/ruby · GitHub
[go: up one dir, main page]

Skip to content

Ractor#take and warn #13512

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

Merged
merged 1 commit into from
Jun 4, 2025
Merged

Ractor#take and warn #13512

merged 1 commit into from
Jun 4, 2025

Conversation

ko1
Copy link
Contributor
@ko1 ko1 commented Jun 4, 2025

Ractor#take was deprecated but some libraries can use it as an alias for Ractor#value (i.e., to wait for a Ractor's temrination and retrieve its result).
Therefore Ractor#take is simply an alias for Ractor#value.

This method will remain available until the end of August 2025, unless there is further discussion.

`Ractor#take` was deprecated but some libraries can use it as
an alias for `Ractor#value` (i.e., to wait for a Ractor's
temrination and retrieve its result).
Therefore `Ractor#take` is simply an alias for `Ractor#value`.

This method will remain available until the end of August 2025,
unless there is further discussion.
@ko1 ko1 enabled auto-merge (rebase) June 4, 2025 09:24
@ko1 ko1 merged commit 8070d5d into ruby:master Jun 4, 2025
83 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0