12#ifndef ARCCORE_MESSAGEPASSINGMPI_INTERNAL_MPIREQUESTLIST_H
13#define ARCCORE_MESSAGEPASSINGMPI_INTERNAL_MPIREQUESTLIST_H
17#include "arccore/message_passing/RequestListBase.h"
18#include "arccore/message_passing_mpi/MessagePassingMpiGlobal.h"
23namespace Arcane::MessagePassing::Mpi
29class ARCCORE_MESSAGEPASSINGMPI_EXPORT MpiRequestList
49 void _doWaitSome(
bool is_non_blocking);
void _wait(eWaitType wait_type) override
Performs the wait or test.
Base class of a request list.
1D data vector with value semantics (STL style).