Suspends the current coroutine until a JavaScript timer fires. The timer is cleared if the wait is unwound before it fires.
Delay passed to setTimeout.
setTimeout
Suspends the current coroutine until a JavaScript timer fires. The timer is cleared if the wait is unwound before it fires.