fix(util/thread): MULTI_THREAD=OFF mode
This commit is contained in:
parent
2b0623c0a1
commit
f03f0aa8b9
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ public:
|
||||||
class condition_variable {
|
class condition_variable {
|
||||||
public:
|
public:
|
||||||
template<typename Lock> void wait(Lock const &) {}
|
template<typename Lock> void wait(Lock const &) {}
|
||||||
|
template<typename Lock> void wait_for(Lock const &, chrono::milliseconds const &) {}
|
||||||
void notify_all() {}
|
void notify_all() {}
|
||||||
void notify_one() {}
|
void notify_one() {}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue