Cleaned up design doc

This commit is contained in:
Gonzalo Diethelm 2020-07-20 18:00:26 +02:00
parent 0e1f9e8f17
commit fe540f09b9

View File

@ -21,9 +21,9 @@
Description: Jobs are added to the job queue. Once a thread in the pool
is idle, it is assigned with the first job from the queue(and
erased from the queue). It's each thread's job to read from
the queue serially(using lock) and executing each job
is idle, it is assigned the first job from the queue (and that job is
erased from the queue). It is each thread's job to read from
the queue serially (using lock) and executing each job
until the queue is empty.