Is EtcdClient ThreadSafe #85
|
In my project I wanna use EtcdClient in concurrency should I worry about that or is threadsafe. |
Answered by
shubhamranjan
Mar 28, 2021
Replies: 1 comment
|
Yes, it is. Feel free to use it in concurrent calls. |
0 replies
Answer selected by
shubhamranjan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is. Feel free to use it in concurrent calls.