mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
task: add JoinMap::keys (#6046)
Co-authored-by: Alice Ryhl <[email protected]>
This commit is contained in:
co-authored by
Alice Ryhl
parent
f9335b8186
commit
f1e41a4ad4
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user