Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

await sleep

// Execution of the async method will continue one second later, but without
// blocking.
await Task.Delay(1000);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #await #sleep
ADD COMMENT
Topic
Name
6+3 =