diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 14:48:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 14:48:07 +0200 |
commit | 7d24fb298abbc517c1c0ca185087fd9233a3b687 (patch) | |
tree | 22ad97cc93930cea7a1fe18b26c922431252fc4a /src/lane.h | |
parent | 9589d1941671818f78d9894cfc9485054d62d122 (diff) | |
download | lanes-7d24fb298abbc517c1c0ca185087fd9233a3b687.tar.gz lanes-7d24fb298abbc517c1c0ca185087fd9233a3b687.tar.bz2 lanes-7d24fb298abbc517c1c0ca185087fd9233a3b687.zip |
Almost nothing
Diffstat (limited to 'src/lane.h')
-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_); |