Closed claucece closed 5 years ago
I'll take a look and investigate this.
Specifically, this relates to identifying and documenting what can be safely modified from more than one thread, and what can not. In general, we don't have to be thread safe - we can just make sure that the client knows that they are in charge of synchronizing.
Why
A library has to be secure in the ways it handles threads.
Tasks