function loop() { setTimeout(loop, 0) } loop
死循环
while(true)
blocking(非阻塞)回调函数
原文:https://www.cnblogs.com/-constructor/p/11875929.html