Better logs. (#3650)

This commit is contained in:
Robert Klotzner
2021-08-19 20:07:59 +02:00
committed by GitHub
parent 1dafa08934
commit d6abe70c06
2 changed files with 6 additions and 0 deletions
@@ -502,6 +502,8 @@ impl ApprovalState {
}
struct CurrentlyCheckingSet {
/// Invariant: The contained `Vec` needs to stay sorted as we are using `binary_search_by_key`
/// on it.
candidate_hash_map: HashMap<CandidateHash, Vec<Hash>>,
currently_checking: FuturesUnordered<BoxFuture<'static, ApprovalState>>,
}