#include <userver/utils/hedged_request.hpp>
Future of hedged bulk request.
Definition at line 284 of file hedged_request.hpp.
Public Types | |
using | RequestType = typename RequestTraits<RequestStrategy>::RequestType |
using | ReplyType = typename RequestTraits<RequestStrategy>::ReplyType |
Public Member Functions | |
HedgedRequestBulkFuture (HedgedRequestBulkFuture &&) noexcept=default | |
void | Wait () |
std::vector< std::optional< ReplyType > > | Get () |
engine::impl::ContextAccessor * | TryGetContextAccessor () |
using utils::hedging::HedgedRequestBulkFuture< RequestStrategy >::ReplyType = typename RequestTraits<RequestStrategy>::ReplyType |
Definition at line 286 of file hedged_request.hpp.
using utils::hedging::HedgedRequestBulkFuture< RequestStrategy >::RequestType = typename RequestTraits<RequestStrategy>::RequestType |
Definition at line 285 of file hedged_request.hpp.
|
inline |
Definition at line 289 of file hedged_request.hpp.
|
inline |
Definition at line 292 of file hedged_request.hpp.
|
inline |
Definition at line 293 of file hedged_request.hpp.
|
inline |
Definition at line 291 of file hedged_request.hpp.