Replies: 1 comment
-
I expect the C code is thread safe. There are no mutable globals in the C code or anything like that. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it true that your library is thread-safe? I didn't find any explicit mention in your documentation that your library is thread-safe. I want to use your library in my C++ project and I need guarantees that you don't have mutable global state or anything else
Beta Was this translation helpful? Give feedback.
All reactions