mcopy/app/lib/delay
Matt McWilliams 0162d012c5 Server can now display images and will completely preempt local display when done 2023-02-25 13:22:20 -05: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.d.ts Server can now display images and will completely preempt local display when done 2023-02-25 13:22:20 -05:00
index.js Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
index.js.map Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -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