Skip to content

Instantly share code, notes, and snippets.

View HerbertKoelman's full-sized avatar
💭
L’homme descend du songe - G Moustaki

Herbert Koelman HerbertKoelman

💭
L’homme descend du songe - G Moustaki
  • Urbix Software
  • Paris, France
View GitHub Profile
@HerbertKoelman
HerbertKoelman / cpp-pthread-sample.cpp
Created June 19, 2016 09:34
Sample cpp-pthread usage program
#include <cstdio>
#include <iostream>
#include <string>
#include <list>
#include <utility>
#include <memory>
#include "pthread/pthread.hpp"
pthread::condition_variable condition;
pthread::mutex mtx;