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

Fix lifetime error, allow thread eval results to live until 'static. #149

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

ac-z
Copy link
Contributor

@ac-z ac-z commented Jul 4, 2024

Fixes one of the issues currently preventing cargo clippy from completing successfully.
Results from thread join handles must be able to live until 'static in case the thread is never joined.

@rscarson
Copy link
Owner

rscarson commented Jul 4, 2024

LGTM thanks!

@rscarson rscarson merged commit 2b842f5 into rscarson:master Jul 4, 2024
@ac-z ac-z deleted the fix/worker_pool_eval_lifetime branch July 4, 2024 20:37
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.

2 participants