daemon/bindings: worker.resolve() can now call callback on completion
example: worker.resolve('cz', kres.type.NS, kres.class.IN, 0, function (pkt) local answer = kres.pkt_t(pkt) print (answer:rcode()) end)
Loading
Please register or sign in to comment