You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Douglas Creager 04cfda950a Allow tables to be copied between threads
You can now pass in table objects as the parameters or return values for
a thread.  The contents of the table must themselves be objects that can
be passed into threads.  So (for instance), arbitrarily nested tables of
normal numbers and strings are fine.  But you still can't pass in a
function or a heavy userdata.
15 years ago
..
pre_generated-llthreads.nobj.c Allow tables to be copied between threads 15 years ago
thread.nobj.lua Allow tables to be copied between threads 15 years ago