Library of Assembled Shared Sources
|
#include <thread.h>
A condition can be used to synchronize using messages were a condition waits for a signal or broadcast. A signal will only release one waiter, a broadcast will release all current waiting wait-conditions.