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