Pregunta de entrevista de Cambium Assessment

They asked what async does in JavaScript and how multithreading works in C#.

Respuesta de la entrevista

Anónimo

17 de mar de 2023

In JavaScript I mentioned async await, but didn't have a good answer for detail beyond mentioning that the stack and event loop were separate. In C# I mentioned Task.Run(), Tasks, Threads, Parallel Linq and the concurrent collections you should use when taking concurrent access into account.