aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
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;