generated from Sithas/conan_template
Подготовка интеграционного теста
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ int main(int argc, char* argv[])
|
|||||||
net::signal_set signals(ioc, SIGINT, SIGTERM);
|
net::signal_set signals(ioc, SIGINT, SIGTERM);
|
||||||
signals.async_wait([&](beast::error_code const&, int) { ioc.stop(); });
|
signals.async_wait([&](beast::error_code const&, int) { ioc.stop(); });
|
||||||
|
|
||||||
BOOST_LOG_TRIVIAL(error) << "Приложение запущено";
|
BOOST_LOG_TRIVIAL(info) << "Приложение запущено";
|
||||||
|
|
||||||
std::vector<std::thread> v;
|
std::vector<std::thread> v;
|
||||||
v.reserve(threads - 1);
|
v.reserve(threads - 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user