You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use the pthread api (pthread_key_create et al) or a C++ thread_local variable to automatically initialize the client library on each thread needed.
The text was updated successfully, but these errors were encountered:
We can use the pthread api (
pthread_key_create
et al) or a C++thread_local
variable to automatically initialize the client library on each thread needed.The text was updated successfully, but these errors were encountered: