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

rt: modify the type bound of LinkedList when call into_guarded #6630

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

wathenjiang
Copy link
Contributor

To modify the restrictions on the generic L in LinkedList when call into_guarded.

I believe that it can help to be less restrictive on the type of Handle when turning a linked list into a guarded linked list.

@wathenjiang wathenjiang changed the title rt: modify the restriction on the generic L in LinkedList when call into_guarded rt: modify the type bound of LinkedList when call into_guarded Jun 12, 2024
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@Darksonn Darksonn added A-tokio Area: The main tokio crate M-sync Module: tokio/sync M-time Module: tokio/time labels Jun 13, 2024
@Darksonn Darksonn merged commit a865ca1 into tokio-rs:master Jun 13, 2024
82 checks passed
@wathenjiang wathenjiang deleted the add-into_null branch June 13, 2024 07:56
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 M-sync Module: tokio/sync M-time Module: tokio/time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants