Enquire Now

Tags: clearimmediate

Node JS's ClearImmediate is used to clear a schedule returned by SetImmediate. SetImmediate schedules the immediate execution of the callback after I/O events' callbacks and before timers created using setTimeout() and setInterval() are triggered.

0 Questions