Skip to content

Commit 95b5e7c

Browse files
jszopicarols10cents
authored andcommitted
Ch20-02 Remove reference to a long-gone "trick"
In #1906, a workaround involving `FnBox` was removed, but the paragraph after still makes a reference to a "trick".
1 parent 4491cee commit 95b5e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ch20-02-multithreaded.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ The call to `recv` blocks, so if there is no job yet, the current thread will
585585
wait until a job becomes available. The `Mutex<T>` ensures that only one
586586
`Worker` thread at a time is trying to request a job.
587587

588-
With the implementation of this trick, our thread pool is in a working state!
589-
Give it a `cargo run` and make some requests:
588+
Our thread pool is now in a working state! Give it a `cargo run` and make some
589+
requests:
590590

591591
<!-- manual-regeneration
592592
cd listings/ch20-web-server/listing-20-20

0 commit comments

Comments
 (0)