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

Task spawning hooks specify the wrong stability information #6907

Open
Darksonn opened this issue Oct 16, 2024 · 0 comments · May be fixed by #6909
Open

Task spawning hooks specify the wrong stability information #6907

Darksonn opened this issue Oct 16, 2024 · 0 comments · May be fixed by #6909
Labels
A-tokio Area: The main tokio crate E-help-wanted Call for participation: Help is requested to fix this issue. M-task Module: tokio/task T-docs Topic: documentation

Comments

@Darksonn
Copy link
Contributor

The on_task_spawn and on_task_terminate functions (and TaskMeta) are displayed as stable functions, but they are not stabilized. They require tokio_unstable to be used. This should be fixed in the documentation.

@Darksonn Darksonn added E-help-wanted Call for participation: Help is requested to fix this issue. T-docs Topic: documentation A-tokio Area: The main tokio crate M-task Module: tokio/task labels Oct 16, 2024
joshka added a commit to joshka/tokio that referenced this issue Oct 18, 2024
@joshka joshka linked a pull request Oct 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate E-help-wanted Call for participation: Help is requested to fix this issue. M-task Module: tokio/task T-docs Topic: documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant