Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
624eb97f
Commit
624eb97f
authored
Nov 15, 2014
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2708 from phatblat/pr/threading-doc
Fix typo in THREADING.md
parents
65f6c1c7
d698712b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
THREADING.md
+4
-3
No files found.
THREADING.md
View file @
624eb97f
...
@@ -25,9 +25,10 @@ Error messages
...
@@ -25,9 +25,10 @@ Error messages
The error message is thread-local. The
`giterr_last()`
call must
The error message is thread-local. The
`giterr_last()`
call must
happen on the same thread as the error in order to get the
happen on the same thread as the error in order to get the
message. Often this will be the case regardless, but if you use
message. Often this will be the case regardless, but if you use
something like the GDC on MacOS (where code is executed on an
something like the
[
GCD
](
http://en.wikipedia.org/wiki/Grand_Central_Dispatch
)
arbitrary thread), the code must make sure to retrieve the error code
on Mac OS X (where code is executed on an arbitrary thread), the code
on the thread where the error happened.
must make sure to retrieve the error code on the thread where the error
happened.
Threads and cryptographic libraries
Threads and cryptographic libraries
=======================================
=======================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment