aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-12 08:28:01 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-12 08:28:01 +0200
commitf1c3401e80a3228ee3ef5110e73712e1aa879fca (patch)
tree95d337e8f3b19cc0d13902222968f21a949d38c0 /src/lane.h
parent9b78a51e6eb060ce0bee664d18facc656135035a (diff)
downloadlanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.tar.gz
lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.tar.bz2
lanes-f1c3401e80a3228ee3ef5110e73712e1aa879fca.zip
Code boyscouting
Diffstat (limited to 'src/lane.h')
-rw-r--r--src/lane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.h b/src/lane.h
index 7c75fe8..eb70153 100644
--- a/src/lane.h
+++ b/src/lane.h
@@ -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;