Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f6c1c + d698712 commit 624eb97Copy full SHA for 624eb97
THREADING.md
@@ -25,9 +25,10 @@ Error messages
25
The error message is thread-local. The `giterr_last()` call must
26
happen on the same thread as the error in order to get the
27
message. Often this will be the case regardless, but if you use
28
-something like the GDC on MacOS (where code is executed on an
29
-arbitrary thread), the code must make sure to retrieve the error code
30
-on the thread where the error happened.
+something like the [GCD](http://en.wikipedia.org/wiki/Grand_Central_Dispatch)
+on Mac OS X (where code is executed on an arbitrary thread), the code
+must make sure to retrieve the error code on the thread where the error
31
+happened.
32
33
Threads and cryptographic libraries
34
=======================================
0 commit comments