mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-24 13:06:29 -05:00
general: remove atomic signal and wait
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
is_set = false;
|
||||
}
|
||||
|
||||
[[nodiscard]] bool IsSet() {
|
||||
[[nodiscard]] bool IsSet() const {
|
||||
return is_set;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user