diff options
| author | ame <[email protected]> | 2025-11-21 21:21:57 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2025-11-21 21:21:57 -0600 |
| commit | 07eeacf5b013061d6e76505ad08c5c9581fecfba (patch) | |
| tree | bffede3aa425652f28237fb28c41dbbeff057c0d /docs | |
| parent | c8fdd204a963ea228cf1a718f7fc9587399e6748 (diff) | |
thread fixes, some variable restructuring
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/thread/async.md | 2 |
1 files changed, 2 insertions, 0 deletions
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() |
