#include <userver/utils/hedged_request.hpp>
Future of hedged bulk request.
Definition at line 311 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 313 of file hedged_request.hpp.
using utils::hedging::HedgedRequestBulkFuture< RequestStrategy >::RequestType = typename RequestTraits<RequestStrategy>::RequestType |
Definition at line 312 of file hedged_request.hpp.
|
inline |
Definition at line 316 of file hedged_request.hpp.
|
inline |
Definition at line 319 of file hedged_request.hpp.
|
inline |
Definition at line 320 of file hedged_request.hpp.
|
inline |
Definition at line 318 of file hedged_request.hpp.