task: add tokio_util::task::JoinQueue (#7590)

This commit is contained in:
Nikolai Kuklin
2025-09-20 15:38:59 +08:00
committed by GitHub
parent 6d1ae62868
commit 1b98d5ad85
3 changed files with 575 additions and 0 deletions
+3
View File
@@ -13,6 +13,9 @@ cfg_rt! {
mod abort_on_drop;
pub use abort_on_drop::AbortOnDropHandle;
mod join_queue;
pub use join_queue::JoinQueue;
}
#[cfg(feature = "join-map")]