lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I can fix it by calling package.loaded["someModule"] just before the
thread 

Sorry, I meant to say "fix it by calling 'package.loaded["someModule"] =
nil' just before terminating the thread. 

- DC