general: remove atomic signal and wait
This commit is contained in:
parent
e3122c5b46
commit
1586f1c0b1
9 changed files with 26 additions and 40 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
is_set = false;
|
||||
}
|
||||
|
||||
[[nodiscard]] bool IsSet() {
|
||||
[[nodiscard]] bool IsSet() const {
|
||||
return is_set;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue