aswi2022bug-thugs-gitlab/ld_client/Mock/ld/ld_mock.cpp @ 605fed4f
1 |
#include <chrono>
|
---|---|
2 |
#include <thread>
|
3 |
|
4 |
static constexpr int LOOP_DELAY_S = 10; |
5 |
|
6 |
int main() { |
7 |
while (true) { |
8 |
std::this_thread::sleep_for(std::chrono::milliseconds(LOOP_DELAY_S * 1000)); |
9 |
}
|
10 |
return 0; |
11 |
}
|
- « Předchozí
- 1
- 2
- Další »