diff options
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() |
