/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
py-modules-0.2.6
std/condition_variable.hpp
14 строк
175 B
Sergey Yershov
Add deferred task implementation
23 мар 2016, 16:51
23 мар 2016, 16:51
1e3acb4
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <condition_variable> using std::condition_variable; using std::cv_status; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif