Skip to content

Instantly share code, notes, and snippets.

@uucidl
Created March 3, 2017 17:13
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 uucidl/5e60702120038587d6d3be9855877483 to your computer and use it in GitHub Desktop.
Save uucidl/5e60702120038587d6d3be9855877483 to your computer and use it in GitHub Desktop.
problems with async

Asynchronous updates are somewhat useful to distribute computations.

However this makes behavior composition hard (callback/promise etc) and callstacks start losing their effectiveness when a crash occurs, since scope is unclear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment