Skip to content

Commit 4e82ef3

Browse files
ryanolsonhhzhang16
authored andcommitted
feat: task scheduler (#2406)
Signed-off-by: Ryan Olson <ryanolson@users.noreply.github.com> Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
1 parent 2fb2a24 commit 4e82ef3

File tree

8 files changed

+7191
-621
lines changed

8 files changed

+7191
-621
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tempfile = "3"
5959
thiserror = { version = "2.0.11" }
6060
tokio = { version = "1", features = ["full"] }
6161
tokio-stream = { version = "0.1" }
62-
tokio-util = { version = "0.7", features = ["codec", "net"] }
62+
tokio-util = { version = "0.7", features = ["codec", "net", "rt"] }
6363
tower-http = {version = "0.6", features=["trace"]}
6464
axum = { version = "0.8" , features = ["macros"]}
6565
tracing = { version = "0.1" }

lib/bindings/python/Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/runtime/src/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ pub mod leader_worker_barrier;
1919
pub mod pool;
2020
pub mod stream;
2121
pub mod task;
22+
pub mod tasks;
2223
pub mod typed_prefix_watcher;
2324
pub mod worker_monitor;

0 commit comments

Comments
 (0)