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: thread-safe extensions #25

Merged
merged 1 commit into from
Oct 31, 2024
Merged

fix: thread-safe extensions #25

merged 1 commit into from
Oct 31, 2024

Conversation

setrofim
Copy link
Contributor

Ensure that Extensions are Send by replacing shared references with thread-safe alternatives.

This addresses #19

Ensure that Extensions are Send by replacing shared references with
thread-safe alternatives.

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
@setrofim
Copy link
Contributor Author

CC @fitzthum

@fitzthum
Copy link

Thanks @setrofim. I tested this with my branch and it works.

Copy link
Contributor

@thomas-fossati thomas-fossati left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@setrofim setrofim merged commit 406a052 into main Oct 31, 2024
4 checks passed
@setrofim setrofim deleted the send branch October 31, 2024 16:20
@setrofim setrofim mentioned this pull request Oct 31, 2024
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.

3 participants