A piece of code is scheduled to execute after a designated amount of time. You realize that execution needs to be cancelled.
If used for scheduling the code execution, which of the following would prevent cancelling the same?
Options
- setInterval()
- setImmediate()
- process.nextTick()
- setTimeout()