PHP 8.2.30
Preview: defer.js Size: 441 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/asynckit/lib/defer.js

module.exports = defer;

/**
 * Runs provided function on next iteration of the event loop
 *
 * @param {function} fn - function to run
 */
function defer(fn)
{
  var nextTick = typeof setImmediate == 'function'
    ? setImmediate
    : (
      typeof process == 'object' && typeof process.nextTick == 'function'
      ? process.nextTick
      : null
    );

  if (nextTick)
  {
    nextTick(fn);
  }
  else
  {
    setTimeout(fn, 0);
  }
}

Directory Contents

Dirs: 0 × Files: 11

Name Size Perms Modified Actions
497 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download
599 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download
441 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download
1.75 KB lrw-r--r-- 2026-02-20 03:53:00
Edit Download
1.57 KB lrw-r--r-- 2026-02-20 03:53:00
Edit Download
673 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download
655 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download
941 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download
941 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download
2.89 KB lrw-r--r-- 2026-02-20 03:53:00
Edit Download
533 B lrw-r--r-- 2026-02-20 03:53:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).