lua-users home
lua-l archive

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


I encountered a situation where an asynchronous 'require' was desired;
here is a patch to allow require to yield:
https://github.com/lua/lua/compare/master...daurnimator:yieldable-require