Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rethink Async

Rethink Async

Rethink Async in JavaScript

hemanth.hm

October 31, 2018
Tweet

More Decks by hemanth.hm

Other Decks in Programming

Transcript

  1. Streams are broken, callbacks are not great to work with,

    errors are vague, tooling is not great, community convention is sort of there..
  2. AWAIT await an oparator that suspends execution of the scope.

    until the awaited promise is resolved or rejects rejects results in a throw