async sleep, release CPU and go to next action after milliseconds
millisecond
async function() { await sleep(1000) // after 1 seconds // do something other} Copy
async function() { await sleep(1000) // after 1 seconds // do something other}
async sleep, release CPU and go to next action after milliseconds