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

Use scoped threads in spawn_receiver #1141

Closed
tmccombs opened this issue Oct 20, 2022 · 0 comments
Closed

Use scoped threads in spawn_receiver #1141

tmccombs opened this issue Oct 20, 2022 · 0 comments

Comments

@tmccombs
Copy link
Collaborator

Once our MSRV supports the scoped threads API, we should switch to using scoped threads in the spawn_receiver function to wait for child threads to complete.

tmccombs added a commit to tmccombs/fd that referenced this issue Oct 20, 2022
In favor of tracking scoped threads in sharkdp#1141
@tmccombs tmccombs mentioned this issue Oct 20, 2022
tmccombs added a commit to tmccombs/fd that referenced this issue Jan 19, 2023
This makes it so we don't need to use Arc as much.

Fixes sharkdp#1141
tmccombs added a commit to tmccombs/fd that referenced this issue Mar 20, 2023
This makes it so we don't need to use Arc as much.

Fixes sharkdp#1141
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

1 participant