cusspvz / await-delay

use delay/sleep/wait to async/await ES7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

await-delay

use delay/sleep to async/await ES7

Installation

npm i --save await-delay

Usage

import delay from 'await-delay'

async () => {
  // Do something
  
  // Wait for 2 seconds 
  await delay(2000)

  // Do things after the delay
}

About

use delay/sleep/wait to async/await ES7


Languages

Language:JavaScript 100.0%