Skip to content

Instantly share code, notes, and snippets.

View asinbow's full-sized avatar

Hao Wang asinbow

  • Flexport
  • Shenzhen, PRC
View GitHub Profile
@matzoe
matzoe / addon.cc
Last active March 18, 2019 11:09
Node.js callback cross threads
// http://nikhilm.github.io/uvbook/threads.html
#include <string>
#include <map>
#include <node.h>
#include <v8.h>
#include <uv.h>
#include <sys/syscall.h>
#include <stdlib.h>