摘要:
local function param_pack( params, callback ) table.insert(params, callback) return params end local function asyncall( ... ) local co, main = coroutine.running() if main then ... 阅读全文
摘要:
package_support function cc.register(name, package) function cc.load(...) function cc.bind(target, ...) function cc.unbind(target, ...) function cc.se 阅读全文
摘要:
form.interfacelocal form = {_tag = 'form'}function form.build(tag, super)--[[ -- form to produce the target with super functional table and integra... 阅读全文