Merge pull request #10859 from liamwhite/no-more-atomic-wait

general: remove atomic signal and wait
This commit is contained in:
liamwhite 2023-06-23 09:27:14 -04:00 committed by GitHub
commit a674022434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 26 additions and 40 deletions

View file

@ -55,7 +55,7 @@ public:
is_set = false;
}
[[nodiscard]] bool IsSet() {
[[nodiscard]] bool IsSet() const {
return is_set;
}