Skip to content

Instantly share code, notes, and snippets.

@dylanferguson
Created December 4, 2020 11:14
Show Gist options
  • Select an option

  • Save dylanferguson/94c1ac11f7bf8a833801615b9ccefd23 to your computer and use it in GitHub Desktop.

Select an option

Save dylanferguson/94c1ac11f7bf8a833801615b9ccefd23 to your computer and use it in GitHub Desktop.

Revisions

  1. dylanferguson created this gist Dec 4, 2020.
    1 change: 1 addition & 0 deletions forever-async-debugging.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));