diff options
Diffstat (limited to 'src/lane.h')
-rw-r--r-- | src/lane.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -174,6 +174,8 @@ class Lane | |||
174 | void pushStatusString(lua_State* L_) const; | 174 | void pushStatusString(lua_State* L_) const; |
175 | void pushIndexedResult(lua_State* L_, int key_) const; | 175 | void pushIndexedResult(lua_State* L_, int key_) const; |
176 | void resetResultsStorage(lua_State* const L_, int gc_cb_idx_); | 176 | void resetResultsStorage(lua_State* const L_, int gc_cb_idx_); |
177 | void selfdestructAdd(); | ||
178 | [[nodiscard]] bool selfdestructRemove(); | ||
177 | void securizeDebugName(lua_State* L_); | 179 | void securizeDebugName(lua_State* L_); |
178 | void startThread(int priority_); | 180 | void startThread(int priority_); |
179 | [[nodiscard]] int storeResults(lua_State* L_); | 181 | [[nodiscard]] int storeResults(lua_State* L_); |