Add another suggestion from matthewjasper

This commit is contained in:
Carol (Nichols || Goulding)
2017-05-15 14:47:41 -04:00
parent 80a396be04
commit 10158ea3f1

View File

@@ -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