Add an example of compressing on a CPU pool

This commit is contained in:
Alex Crichton
2017-09-11 14:41:15 -07:00
parent ecedea3404
commit 8a43472b35
3 changed files with 128 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ futures = "0.1.15"
[dev-dependencies]
env_logger = { version = "0.4", default-features = false }
flate2 = { version = "0.2", features = ["tokio"] }
futures-cpupool = "0.1"
http = "0.1"
httparse = "1.0"
libc = "0.2"