Skip to content

Instantly share code, notes, and snippets.

@Xsoda
Xsoda / introrx.md
Last active August 25, 2022 03:19 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
/*
* C11 <threads.h> emulation library
*
* (C) Copyright yohhoy 2012.
* Distributed under the Boost Software License, Version 1.0.
* (See copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef EMULATED_THREADS_H_INCLUDED_
#define EMULATED_THREADS_H_INCLUDED_