diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 08:28:01 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 08:28:01 +0200 |
commit | f1c3401e80a3228ee3ef5110e73712e1aa879fca (patch) | |
tree | 95d337e8f3b19cc0d13902222968f21a949d38c0 /src/lane.h | |
parent | 9b78a51e6eb060ce0bee664d18facc656135035a (diff) | |
download | lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.tar.gz lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.tar.bz2 lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.zip |
Code boyscouting
Diffstat (limited to 'src/lane.h')
-rw-r--r-- | src/lane.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ class Lane | |||
129 | 129 | ||
130 | CancelResult cancel(CancelOp op_, int hookCount_, std::chrono::time_point<std::chrono::steady_clock> until_, bool wakeLane_); | 130 | CancelResult cancel(CancelOp op_, int hookCount_, std::chrono::time_point<std::chrono::steady_clock> until_, bool wakeLane_); |
131 | void changeDebugName(int const nameIdx_); | 131 | void changeDebugName(int const nameIdx_); |
132 | void close() { lua_State* _L{ L }; L = nullptr; lua_close(_L); } | 132 | void closeState() { lua_State* _L{ L }; L = nullptr; lua_close(_L); } |
133 | [[nodiscard]] std::string_view errorTraceLevelString() const; | 133 | [[nodiscard]] std::string_view errorTraceLevelString() const; |
134 | [[nodiscard]] int pushErrorHandler() const; | 134 | [[nodiscard]] int pushErrorHandler() const; |
135 | [[nodiscard]] std::string_view pushErrorTraceLevel(lua_State* L_) const; | 135 | [[nodiscard]] std::string_view pushErrorTraceLevel(lua_State* L_) const; |