Skip to content

GeorgePap-719/asyn-request-queue-problem

Repository files navigation

Asynchronous request queue

An implementation of an asynchronous request queue, based on the problem ThePrimeagen discussed in his video: Required 5 Math Skills for Programming.

Transcript: We have a queue which returns a promise, and you have to hand it a promise factory. Call the promise factory and your job gets executed. The async request queue can only have up to 3 running tasks at any one time.

Underlying structure can be anything, like an array or linked list.

About

An implementation of an asynchronous request queue

Resources

Stars

Watchers

Forks

Languages