2018-11-01 06:58
2018-11-01 06:58

稀によく使うのでメモ

const sleep = ms => new Promise(res => setTimeout(res, ms));
const do_sleep = async _ => {
  await sleep(1000);
}

About

ウェブ界隈でエンジニアとして労働活動に励んでいる @gomi_ningen 個人のブログです

Copyright © 53ningen.com