COOPERATIVE_TIMEOUT_INFINITE Constant

Value indicating that a wait should never time out.

const unsigned int COOPERATIVE_TIMEOUT_INFINITE = (unsigned int)-1;

Requirements

Header: concrt.h

Namespace: Concurrency

See Also

Reference

Concurrency Namespace

event::wait Method

event::wait_for_multiple Method

Concepts

event class