Skip to content

Commit

Permalink
Initial version of a rewritten async runtime using the actor model
Browse files Browse the repository at this point in the history
  • Loading branch information
twright committed Oct 17, 2024
1 parent aa5578a commit 570e6b1
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 348 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bench = false
winnow = "0.6.18"
futures = "0.3.30"
tokio = { version = "1", features = ["full", "tracing"] }
tokio-stream = {version ="0.1.16", features=["full"] }
dyn-clone = "1.0.17"
backtrace-on-stack-overflow = "0.3.0"
tokio-util = "0.7.11"
Expand Down
Loading

0 comments on commit 570e6b1

Please sign in to comment.