diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-17 10:26:39 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-17 10:26:39 +0200 |
commit | 38a4b6b252dd46dc00e1871886e35c196ed1f245 (patch) | |
tree | 248bf37f0e4ae12c336432ef346b2c43ce3c6692 /src/lane.h | |
parent | 3dd36a796c9258f552c893d225e0d9cc0f576a6d (diff) | |
download | lanes-38a4b6b252dd46dc00e1871886e35c196ed1f245.tar.gz lanes-38a4b6b252dd46dc00e1871886e35c196ed1f245.tar.bz2 lanes-38a4b6b252dd46dc00e1871886e35c196ed1f245.zip |
Lane::close()
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_); |