Timer Pattern

async

function async (fn) {
setTimeout(fn, 20);
}


原文地址:https://www.cnblogs.com/lavieenrose/p/2340656.html