Skip to content

Commit

Permalink
core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Nov 24, 2020
1 parent 605874e commit 6ebd3e9
Show file tree
Hide file tree
Showing 13 changed files with 1,166 additions and 123 deletions.
250 changes: 188 additions & 62 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "lib.rs"

[dependencies]
anyhow = "1.0.32"
futures = "0.3.5"
futures = "0.3.8"
indexmap = "1.6.0"
lazy_static = "1.4.0"
libc = "0.2.77"
Expand All @@ -35,4 +35,4 @@ path = "examples/http_bench_json_ops.rs"

# These dependendencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
tokio = { version = "0.2.22", features = ["full"] }
tokio = { version = "0.3.4", features = ["full"] }
Loading

0 comments on commit 6ebd3e9

Please sign in to comment.