Tags: iresty/lua-resty-worker-events
Tags
feat(handlers) allow for weak references (Kong#4) This prevents the handlers registered to anchor any objects, and hence preventing them from being garbage collected. When registering event handlers using the new `register_weak` method, the caller must anchor the handlers. If not, the handler will be GC'ed and will stop receiving/handling events.