akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.05k stars 809 forks source link

"Thread safety" is documented in "Portability" section #545

Closed i-ky closed 3 years ago

i-ky commented 4 years ago

Most of the contents of "Thread safety" section seems to be relevant regardless of platform being used. Thread safety is also an important topic on its own and for some users it may be even more important than portability. I would propose to move "Thread safety" to its own chapter and link to certain parts of it from "Portability".

akheron commented 4 years ago

You’re right. The whole “Portability” section’s name could be changed to “Thread safety”, as it’s only about thread safety.

i-ky commented 4 years ago

Yes, indeed.

akheron commented 3 years ago

Fixed