task: add AbortOnDropHandle type (#6786)

This commit is contained in:
Rafael Bachmann
2024-08-20 10:58:04 +02:00
committed by GitHub
parent ff3f2a8878
commit 1ac8dff213
3 changed files with 93 additions and 0 deletions
+3
View File
@@ -11,3 +11,6 @@ pub use join_map::{JoinMap, JoinMapKeys};
pub mod task_tracker;
pub use task_tracker::TaskTracker;
mod abort_on_drop;
pub use abort_on_drop::AbortOnDropHandle;