From: Martin Pitt Date: Sun, 19 Sep 2021 08:38:31 +0000 (+0200) Subject: simple-http: Add scaffolding for thread pool implementation X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=commitdiff_plain;h=4d4ba2d5f703969851742798e79e16333fb9ca9a;hp=4d4ba2d5f703969851742798e79e16333fb9ca9a simple-http: Add scaffolding for thread pool implementation Turn into library crate. Add ThreadPool stub to src/lib. ---