|
Threaded::notifyOneSynchronization Description
public bool Threaded::notifyOne()
Send notification to the referenced object. This unblocks at least one of the blocked threads (as opposed to unblocking all of them, as seen with Threaded::notify). ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Notifications and Waiting
The above example will output: bool(true) |