The current way we call JS functions from libgit2 is still not thread safe. This is in reference to https://github.com/nodegit/nodegit/pull/435#issuecomment-76475592 We'll need to look into getting v8plus into nodegit and using it's cross thread call to get into JS.
The current way we call JS functions from libgit2 is still not thread safe. This is in reference to #435 (comment)
We'll need to look into getting v8plus into nodegit and using it's cross thread call to get into JS.