Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Last active April 11, 2017 06:50
Show Gist options
  • Save gskachkov/dad4b517cf0a49370fb2f6d722bbaf88 to your computer and use it in GitHub Desktop.
Save gskachkov/dad4b517cf0a49370fb2f6d722bbaf88 to your computer and use it in GitHub Desktop.
  • Overview of nonlinear control flow in javascript
  • Async function
    • Syntax(function, method, async arrow function expression)
    • Runtime -> Diagram how it works…
    • Examples
    • Use Symbols.Async
  • Using await
  • Using promises
    • Promise all
    • Promise race
  • Error handling:(try,catch&finally, reject of the promises)
  • Performance and using async function.(Using jsc builtins)
  • Using before ES2017
    • Native
    • Babel
    • Pollyfil
    • Async in angular and react. TBD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment