Skip to content

Instantly share code, notes, and snippets.

@je4d
je4d / gist:4341994
Created December 20, 2012 00:22
Demo of isolates with preemptible execution in v8 js
#include <chrono>
#include <memory>
#include <string>
#include <atomic>
#include <thread>
#include <iostream>
#include <v8.h>
int main()
{