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.
1 parent 7a19754 commit c00bc47Copy full SHA for c00bc47
1 file changed
include/threads.h
@@ -25,6 +25,10 @@ class GitThreads : public ObjectWrap {
25
26
static void Initialize (Handle<v8::Object> target);
27
28
+ /**
29
+ * Calls git_threads_init synchronously. This is called one time
30
+ * on initialization, and is required for libgit2 to run correctly.
31
+ */
32
static Handle<Value> Init(const Arguments& args);
33
34
protected:
0 commit comments