Skip to content

Commit

Permalink
task: add tokio_util::sync::TaskTracker (#6033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Oct 22, 2023
1 parent 881b510 commit 7041083
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tokio-util/src/task/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ pub use spawn_pinned::LocalPoolHandle;
#[cfg(tokio_unstable)]
#[cfg_attr(docsrs, doc(cfg(all(tokio_unstable, feature = "rt"))))]
pub use join_map::{JoinMap, JoinMapKeys};

pub mod task_tracker;
pub use task_tracker::TaskTracker;
Loading

0 comments on commit 7041083

Please sign in to comment.