Is Client.done thread-safe?
According to the README's thread safety section, it looks like there is an intention to not have to use a lock with the library, but it does not refer to Client.done, so to be on the safe side I wonder if there's a thread-safety contract for that call as well. Either way I think it would help to document it (perhaps just add it to the thread safety section).
Thanks!
Is
Client.donethread-safe?According to the README's thread safety section, it looks like there is an intention to not have to use a lock with the library, but it does not refer to
Client.done, so to be on the safe side I wonder if there's a thread-safety contract for that call as well. Either way I think it would help to document it (perhaps just add it to the thread safety section).Thanks!