Skip to content

Instantly share code, notes, and snippets.

@ezekielchentnik
Created July 7, 2019 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezekielchentnik/323b93376863f127abb486377aa81b6c to your computer and use it in GitHub Desktop.
Save ezekielchentnik/323b93376863f127abb486377aa81b6c to your computer and use it in GitHub Desktop.
function nanotask (cb) {
Promise.resolve().then(cb)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment