@ -92,5 +92,6 @@ function M.new(pre_alloc)
}, poller_mt)
end
zmq.poller = M
return setmetatable(M, {__call = function(tab, ...) return M.new(...) end})
@ -108,4 +108,5 @@ function M.get_parent_ctx(ctx)
return parent_ctx
zmq.threads = M
return M