Pergunta de entrevista da empresa Indeed

Code up a (simulated) thread pool executor in javascript.

Resposta da entrevista

Sigiloso

31 de jan. de 2024

Created a queue structure, then used async/await to pull items off the queue to compute.