Pergunta de entrevista da empresa Just Eat Takeaway.com

Where and why would you use async / await?

Resposta da entrevista

Sigiloso

23 de jul. de 2017

To do a piece of work asynchronously where you don't want to block a thread (e.g. on a web server or for a UI), for example while waiting for a database operation or response from a web service.