|
VLink 2.0.0
A high-performance communication middleware
|
Compile-time timeout constants used by blocking wait methods. 更多...
#include <types.h>
静态 Public 属性 | |
| static constexpr std::chrono::milliseconds | kDefaultInterval |
| Default wait timeout: 5 seconds. | |
| static constexpr std::chrono::milliseconds | kInfinite {-1} |
| Wait indefinitely (negative timeout). | |
Compile-time timeout constants used by blocking wait methods.
Provides canonical timeout values used throughout the Publisher, Subscriber, Client, etc. public APIs for wait_for_* calls.
|
staticconstexpr |
Default wait timeout: 5 seconds.
|
staticconstexpr |
Wait indefinitely (negative timeout).