Function nextTick

  • Runs func on the next tick, i.e. when the current native thread exits the JavaScript runtime. Any additional params are passed to it.

    Parameters

    Returns void

Generated using TypeDoc