mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
task: add tokio_util::task::JoinQueue (#7590)
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user