Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
QC_Condition.dox.h
1 
2 namespace Qore::Thread {
4 
11 class Condition {
12 
13 public:
15 
26 nothing broadcast();
27 
28 public:
30 
35  constructor();
36 
37 public:
39 
44  copy();
45 
46 public:
48 
59 nothing signal();
60 
61 public:
63 
82 int wait(AbstractSmartLock lock, timeout timeout_ms = 0);
83 
84 public:
86 
96 };
97 };