aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lane.h')
-rw-r--r--src/lane.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lane.h b/src/lane.h
index 4094279..c0b5246 100644
--- a/src/lane.h
+++ b/src/lane.h
@@ -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_);