Skip to content

Commit c00bc47

Browse files
committed
Documentation
1 parent 7a19754 commit c00bc47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/threads.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ class GitThreads : public ObjectWrap {
2525

2626
static void Initialize (Handle<v8::Object> target);
2727

28+
/**
29+
* Calls git_threads_init synchronously. This is called one time
30+
* on initialization, and is required for libgit2 to run correctly.
31+
*/
2832
static Handle<Value> Init(const Arguments& args);
2933

3034
protected:

0 commit comments

Comments
 (0)