diff options
Diffstat (limited to 'src/lane.h')
-rw-r--r-- | src/lane.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ class Lane | |||
119 | ~Lane(); | 119 | ~Lane(); |
120 | 120 | ||
121 | void changeDebugName(int nameIdx_); | 121 | void changeDebugName(int nameIdx_); |
122 | void close() { lua_State* _L{ L }; L = nullptr; lua_close(_L); } | ||
122 | void pushThreadStatus(lua_State* L_) const; | 123 | void pushThreadStatus(lua_State* L_) const; |
123 | void securizeDebugName(lua_State* L_); | 124 | void securizeDebugName(lua_State* L_); |
124 | void startThread(int priority_); | 125 | void startThread(int priority_); |