python
python copied to clipboard
Is client thread safe?
I suppose this should be considered a documentation bug.
Is varlink.Client thread-safe? Meaning, can the same client be used by multiple threads simultaneously?
As a fallback, can the same client be used by multiple threads behind a mutex? (that is, one at a time)
behind a mutex, yes