xref: /third_party/node/deps/npm/node_modules/gauge/lib/set-immediate.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/gauge/lib/
11cb0ef41Sopenharmony_ci'use strict'
21cb0ef41Sopenharmony_civar process = require('./process')
31cb0ef41Sopenharmony_citry {
41cb0ef41Sopenharmony_ci  module.exports = setImmediate
51cb0ef41Sopenharmony_ci} catch (ex) {
61cb0ef41Sopenharmony_ci  module.exports = process.nextTick
71cb0ef41Sopenharmony_ci}
8

Indexes created Thu Nov 07 10:32:03 CST 2024