mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
fine-tune
This commit is contained in:
parent
c49c15f640
commit
1d2f6d13ea
@ -194,8 +194,8 @@ public:
|
|||||||
|
|
||||||
class non_mutex {
|
class non_mutex {
|
||||||
public:
|
public:
|
||||||
void lock () {}
|
void lock () noexcept {}
|
||||||
void unlock() {}
|
void unlock() noexcept {}
|
||||||
} nm;
|
} nm;
|
||||||
|
|
||||||
return h.wait_if(nm, std::forward<F>(pred));
|
return h.wait_if(nm, std::forward<F>(pred));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user