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

Are instances of core components thread-safe? #127

Open
destan opened this issue Apr 17, 2021 · 2 comments
Open

Are instances of core components thread-safe? #127

destan opened this issue Apr 17, 2021 · 2 comments

Comments

@destan
Copy link

destan commented Apr 17, 2021

They seem to be thread-safe. But it says nothing about thread safety in the Javadocs. Some clarification would be good.

@dan3721
Copy link

dan3721 commented May 22, 2024

Can we get a confirmation on the thread safety? Thanks!

@serac
Copy link
Member

serac commented May 24, 2024

While we tend to design for thread safety in general, we will have to do code review in order to provide a precise answer. We will likely take the approach of adding @ThreadSafe to classes that are known to be thread safe in a forthcoming commit.

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

No branches or pull requests

3 participants