mcopy/app/lib/delay
mmcwilliams 48e8415ee4 Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app.
Successfully separate and refactor gui.grid object to gui.
2019-03-21 21:02:28 -04:00
..
Readme.md Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app. 2019-03-21 21:02:28 -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 Install delay, exit and exec modules. 2019-02-08 14:07:35 -05: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