UNPKG

rascal

Version:

An advanced RabbitMQ / AMQP client built on amqplib

6 lines (5 loc) 167 B
// See https://github.com/onebeyond/rascal/issues/89 module.exports = function (fn, millis) { const t = setTimeout(fn, millis); return t.unref ? t.unref() : t; };