]> piware.de Git - learn-rust.git/commit
simple-http: Add scaffolding for thread pool implementation
authorMartin Pitt <martin@piware.de>
Sun, 19 Sep 2021 08:38:31 +0000 (10:38 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 19 Sep 2021 08:55:56 +0000 (10:55 +0200)
commit4d4ba2d5f703969851742798e79e16333fb9ca9a
tree26a70b67906f5c15caab25ea4498ac507be78481
parent30342e681c6db184ebca5aa2c30ee8bb7f60470d
simple-http: Add scaffolding for thread pool implementation

Turn into library crate. Add ThreadPool stub to src/lib.
simple-http/src/bin/main.rs [new file with mode: 0644]
simple-http/src/lib.rs [new file with mode: 0644]
simple-http/src/main.rs [deleted file]