aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/keyed_futures_unordered.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* Include "bug" in all bug error messagesNick Mathewson2025-04-281-1/+1
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* KeyedFuturesUnordered: explicitly document Stream behaviorJim Newsome2024-08-081-0/+13
* KeyedFuturesUnordered: return actual referencesJim Newsome2024-08-081-23/+10
* KeyedFuturesUnordered: additional testingJim Newsome2024-08-081-37/+98
* Add KeyedFuturesUnordered::get and KeyedFuturesUnordered::get_mutJim Newsome2024-08-081-3/+72
* KeyedFuturesUnordered::remove: return the future as wellJim Newsome2024-08-081-17/+54
* KeyedFuturesUnordered: refactor so that futures are accessibleJim Newsome2024-08-081-99/+99
* Add KeyedFuturesUnorderedJim Newsome2024-08-011-0/+366