mcopy/lib/delay
mmcwilliams 3e5bda77db Move docs generation to host repo 2019-03-30 17:56:31 -04:00
..
Readme.md Move docs generation to host repo 2019-03-30 17:56:31 -04:00
index.js Refactor delay into typescript 2019-03-21 15:02:05 -04:00
index.js.map Refactor delay into typescript 2019-03-21 15:02:05 -04:00
package.json Refactor delay into typescript 2019-03-21 15:02:05 -04:00

Readme.md

delay(ms) ⇒ Promise

Delay in an async/await function

Kind: global function
Returns: Promise - Promise to resolve after timeout

Param Type Description
ms integer Milliseconds to delay for