Skip to content

Are the static sets thread safe? #593

Answered by sleeepyjack
HugoPhibbs asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for reaching out to us!

Using the host bulk APIs is thread-safe as long as different threads perform the same kind of operation, e.g., all insert or all do a find. Mixing mutating ops (insert) with any lookup operation is not supported as of now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PointKernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
topic: static_set Issue related to the static_set
2 participants