aboutsummaryrefslogtreecommitdiff
path: root/src/lanes_private.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lanes_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h
index 196a346..a756c42 100644
--- a/src/lanes_private.h
+++ b/src/lanes_private.h
@@ -94,7 +94,7 @@ class Lane
94 Lane(Universe* U_, lua_State* L_); 94 Lane(Universe* U_, lua_State* L_);
95 ~Lane(); 95 ~Lane();
96 96
97 [[nodiscard]] bool waitForCompletion(lua_Duration duration_); 97 [[nodiscard]] bool waitForCompletion(std::chrono::time_point<std::chrono::steady_clock> until_);
98 void startThread(int priority_); 98 void startThread(int priority_);
99 void pushThreadStatus(lua_State* L_); 99 void pushThreadStatus(lua_State* L_);
100 void changeDebugName(int nameIdx_); 100 void changeDebugName(int nameIdx_);