From 897f5843d61cc2d827b719e27d83d7f9cff3a20e Mon Sep 17 00:00:00 2001 From: ame Date: Sun, 12 May 2024 21:00:33 -0500 Subject: memopry stuff --- src/thread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/thread.h') diff --git a/src/thread.h b/src/thread.h index e9ead6d..9dab9b1 100644 --- a/src/thread.h +++ b/src/thread.h @@ -4,6 +4,8 @@ int l_async(lua_State*); int l_tlock(lua_State*); int l_tunlock(lua_State*); +void lib_thread_clean(); + static const luaL_Reg thread_function_list [] = { {"async",l_async}, {"lock",l_tlock}, -- cgit v1.2.3