TimeZoneEngine Thread Saftey after Initialization #138
Unanswered
ivanthewebber
asked this question in
Q&A
Replies: 1 comment
-
Yeah I think it should be thread-safe, since most of the data is read-only after initialization, and the only mutable variables are method parameters and are therefore thread bound. If you want to make a PR to the README with this information, I'd gladly accept it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is the TimeZoneEngine thread safe for concurrent queries after initialization?
Poking at the source code I think the answer is yes, but I think it makes sense to confirm and document it.
Beta Was this translation helpful? Give feedback.
All reactions