Skip to content

Commit

Permalink
Explicitly sequence I/O operations on the underlying stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggsey committed Feb 2, 2021
1 parent 4d8bb97 commit 1e4f71e
Show file tree
Hide file tree
Showing 13 changed files with 974 additions and 516 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = [
"parser-implementations",
"web-programming",
"web-programming::http-client",
"web-programming::http-server"
"web-programming::http-server",
]
authors = ["Yoshua Wuyts <[email protected]>"]
readme = "README.md"
Expand All @@ -28,6 +28,10 @@ log = "0.4.11"
pin-project = "1.0.2"
async-channel = "1.5.1"
async-dup = "1.2.2"
futures-channel = "0.3.12"
futures-io = "0.3.12"
futures-lite = "1.11.3"
futures-util = "0.3.12"

[dev-dependencies]
pretty_assertions = "0.6.1"
Expand Down
Loading

0 comments on commit 1e4f71e

Please sign in to comment.