signal

This method releases a blocked thread. If more than one task is waiting for an event flag, a call to this method releases at least one of them.

Visibility

Public

Signature
virtual void signal() = 0;

Feedback