task: add JoinMap::keys (#6046)

Co-authored-by: Alice Ryhl <[email protected]>
This commit is contained in:
Andrea Stedile
2023-10-15 16:47:41 +02:00
committed by GitHub
co-authored by Alice Ryhl
parent f9335b8186
commit f1e41a4ad4
3 changed files with 68 additions and 1 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ pub use spawn_pinned::LocalPoolHandle;
#[cfg(tokio_unstable)]
#[cfg_attr(docsrs, doc(cfg(all(tokio_unstable, feature = "rt"))))]
pub use join_map::JoinMap;
pub use join_map::{JoinMap, JoinMapKeys};