/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-941
std/future.hpp
16 строк
192 B
Arsentiy Milchakov
Uber api with network requests and tests
10 окт 2016, 18:14
10 окт 2016, 18:14
5a90cb8
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <future> using std::async; using std::future; using std::future_status; using std::launch; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif