![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Typedefs | |
| using | CLOCK_SCALE = std::milli |
| using | Dur = std::chrono::duration< double, CLOCK_SCALE > |
Variables | |
| const uint | WAIT_mSec = 20 |
| milliseconds to wait before timeout | |
| const milliseconds | TIMEOUT {WAIT_mSec} |
| using CLOCK_SCALE = std::milli |
Definition at line 38 of file sync-timedwait-test.cpp.
| using Dur = std::chrono::duration<double, CLOCK_SCALE> |
Definition at line 39 of file sync-timedwait-test.cpp.
| const uint WAIT_mSec = 20 |
milliseconds to wait before timeout
Definition at line 35 of file sync-timedwait-test.cpp.
| const milliseconds TIMEOUT {WAIT_mSec} |
Definition at line 36 of file sync-timedwait-test.cpp.