mcopy/cli/lib/delay/Readme.md

13 lines
304 B
Markdown
Raw Normal View History

2019-03-30 21:56:31 +00:00
<a name="delay"></a>
## delay(ms) ⇒ <code>Promise</code>
Delay in an async/await function
**Kind**: global function
**Returns**: <code>Promise</code> - Promise to resolve after timeout
| Param | Type | Description |
| --- | --- | --- |
| ms | <code>integer</code> | Milliseconds to delay for |