Skip to content

Instantly share code, notes, and snippets.

View ig0rmin's full-sized avatar

Igor Minin ig0rmin

View GitHub Profile
#include <condition_variable>
#include <future>
#include <iostream>
#include <string>
#include <mutex>
#include <thread>
#include <vector>
using namespace std;