Indeed interview question

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

Interview Answer

Anonymous

Jan 31, 2024

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