The difference between unref and clear* in Node

clear * including clearImmediate clearInterval clearTimeout
as described in the title, both of them have the function of canceling the timer. What"s the difference? After reading the official documents, I don"t understand

Feb.23,2022

is used to cancel their respective timers. Although I have tested them on node, I can also cancel other timers, but there is no guarantee that the underlying layers of other platforms are implemented in this way. Just to be on the safe side, they use corresponding cancellation functions.
if curiosity is too important to investigate the source, it is to look at the source code of the implementation.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b112-2c27b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b112-2c27b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?