|
VLink
2.0.0
A high-performance communication middleware
|
Compile-time timeout constants used by the public blocking wait helpers. More...
#include <types.h>
Static Public Attributes | |
| static constexpr std::chrono::milliseconds | kDefaultInterval |
| Default wait timeout: 5 seconds. More... | |
| static constexpr std::chrono::milliseconds | kInfinite {-1} |
| Wait indefinitely (negative timeout). More... | |
Compile-time timeout constants used by the public blocking wait helpers.
Provides canonical values for the wait_for_* family on Publisher, Subscriber, Client and friends.
|
staticconstexpr |
Default wait timeout: 5 seconds.
|
staticconstexpr |
Wait indefinitely (negative timeout).