notify abstract method

void notify()

Wake up at least one thread waiting on this condition variable.

Implementation

void notify();