Fix grammar

This commit is contained in:
Herbert Reiter
2022-06-22 22:01:18 +02:00
committed by Carol (Nichols || Goulding)
parent 07f2fe9356
commit 3e5105b52f

View File

@@ -106,7 +106,7 @@ because they `loop` forever looking for jobs. If we try to drop our
`ThreadPool` with our current implementation of `drop`, the main thread will
block forever waiting for the first thread to finish.
To fix this problem, well need a change in the the `ThreadPool` `drop`
To fix this problem, well need a change in the `ThreadPool` `drop`
implementation and then a change in the `Worker` loop.
First, well change the `ThreadPool` `drop` implementation to explicitly drop