mirror of
https://github.com/rust-lang/book.git
synced 2026-09-14 19:11:03 -04:00
Add another suggestion from matthewjasper
This commit is contained in:
@@ -576,6 +576,9 @@ project, here are some ideas:
|
||||
- Add tests of the library's functionality
|
||||
- Change calls to `unwrap` to more robust error handling
|
||||
- Use `ThreadPool` to perform some other task rather than serving web requests
|
||||
- Find a thread pool crate on crates.io and implement a similar web server
|
||||
using the crate instead and compare its API and robustness to the thread pool
|
||||
we implemented
|
||||
|
||||
## Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user