xtd 0.2.0
Loading...
Searching...
No Matches

◆ infinite

constexpr int32 xtd::threading::timeout::infinite
staticconstexpr

A constant used to specify an infinite waiting period. This field is constant.

Remarks
The value of this constant is -1. For threading methods that accept a timeout parameter, such as Thread::Sleep(int32) and Thread::Join(int32), this value is used to suppress timeout behavior.
The value of this field is -1 (0xFFFFFFFF).