Skip to content

Instantly share code, notes, and snippets.

@MiniGod
MiniGod / delay.cpp
Last active August 29, 2015 14:11 — forked from dmh2000/simple node.js async c++ addon example
simple node.js async c++ addon example
#include <unistd.h>
#include <node.h>
#include <string.h>
#include <v8.h>
using namespace v8;
unsigned long long count = 0;
// native blocking/compute intensive function