Skip to content

Instantly share code, notes, and snippets.

@davidjsalazarmoreno
Last active May 29, 2019 03:06
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 davidjsalazarmoreno/071bb3b79a967bc3cff54da017e565e2 to your computer and use it in GitHub Desktop.
Save davidjsalazarmoreno/071bb3b79a967bc3cff54da017e565e2 to your computer and use it in GitHub Desktop.
Entendiendo el Event Loop o Bucle de Eventos en Javascript
while( queue.esperaPorMensaje() ) {
queue.procesaSiguienteMensaje();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment