Skip to content

Commit

Permalink
feat(stream): Move back to polling model
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Jan 27, 2020
1 parent 12d4ed6 commit e453aa6
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 155 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/interledger-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ serde = { version = "1.0.101", default-features = false }
tokio = { version = "^0.2.6", default-features = false, features = ["rt-core", "macros"] }
uuid = { version = "0.8.1", default-features = false, features = ["v4"] }
async-trait = "0.1.22"
pin-project = "0.4.7"

[dev-dependencies]
interledger-router = { path = "../interledger-router", version = "^0.4.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false }
Loading

0 comments on commit e453aa6

Please sign in to comment.