diff options
Diffstat (limited to '')
-rw-r--r-- | src/lane.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ class Lane | |||
122 | void pushThreadStatus(lua_State* L_) const; | 122 | void pushThreadStatus(lua_State* L_) const; |
123 | void securizeDebugName(lua_State* L_); | 123 | void securizeDebugName(lua_State* L_); |
124 | void startThread(int priority_); | 124 | void startThread(int priority_); |
125 | char const* threadStatusString() const; | 125 | [[nodiscard]] char const* threadStatusString() const; |
126 | [[nodiscard]] bool waitForCompletion(std::chrono::time_point<std::chrono::steady_clock> until_); | 126 | [[nodiscard]] bool waitForCompletion(std::chrono::time_point<std::chrono::steady_clock> until_); |
127 | 127 | ||
128 | static void PushMetatable(lua_State* L_); | 128 | static void PushMetatable(lua_State* L_); |