Successful responses as [XID, T] tuples
Participants who explicitly rejected as [XID, reason] tuples
Participants with network/parsing errors as [XID, error] tuples
Participants who timed out
Check if enough responses were received to proceed.
Port of CollectionResult::can_proceed() from cmd/parallel.rs.
Total number of participants.
Port of CollectionResult::total() from cmd/parallel.rs.
Check if all responses succeeded.
Port of CollectionResult::all_succeeded() from cmd/parallel.rs.
Result of collecting responses from multiple participants.
Port of
struct CollectionResultfrom cmd/parallel.rs.