From 07eeacf5b013061d6e76505ad08c5c9581fecfba Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 21 Nov 2025 21:21:57 -0600 Subject: thread fixes, some variable restructuring --- docs/thread/async.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/thread/async.md b/docs/thread/async.md index 98497ba..a13b18b 100644 --- a/docs/thread/async.md +++ b/docs/thread/async.md @@ -10,6 +10,8 @@ the reason for the res function it because lua_call (in the c api) requires a nu the res function also provides some child methods for thread managment +though variables are copied, some may not be able to clone perfectly (complex userdata, lightuserdata, etc..) and the __gc call from the main thread may effect the copy on the new thread. this issue wont be permanent, but it may require a workaround for now. + ### res:testclose res:testclose() -- cgit v1.2.3