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