Signal :: Wait

01 Waits for a Signal object to enter signalled state.
02

[*] void Wait();

03 [C++] The method uses SemysSignalWait() to wait for the signal object.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, Signal, Set(), SemysSignalWait()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.