diff options
Diffstat (limited to 'common/threads.h')
-rw-r--r-- | common/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/threads.h b/common/threads.h index 7eb2d608..8a640390 100644 --- a/common/threads.h +++ b/common/threads.h @@ -47,7 +47,7 @@ public: void post(); void wait() noexcept; - int trywait() noexcept; + bool try_wait() noexcept; }; } // namespace al |