README: provide some more explanation about TLS

This commit is contained in:
Edward Thomson 2015-02-23 11:18:52 -05:00
parent 366e53d3da
commit ecf1c3c358

View File

@ -70,7 +70,10 @@ before calling any other libgit2 functions. You can call this function many time
git_libgit2_shutdown(); git_libgit2_shutdown();
will free the resources. will free the resources. Note that if you have worker threads, you should
call `git_libgit2_shutdown` *after* those threads have exited. If you
require assistance coordinating this, simply have the worker threads call
`git_libgit2_init` at startup and `git_libgit2_shutdown` at shutdown.
Threading Threading
========= =========