wrench::FunctionManagerWaitAllMessage

class FunctionManagerWaitAllMessage : public wrench::FunctionManagerMessage

A message sent by the function manager when multiple waited-upon invocation completes.

Public Functions

FunctionManagerWaitAllMessage(S4U_CommPort *answer_commport, std::vector<std::shared_ptr<Invocation>> invocations)

Constructor.

Parameters:
  • answer_commport – he commport to notify

  • invocations – the invocations that finished

Public Members

S4U_CommPort *answer_commport

The commport to notify.

std::vector<std::shared_ptr<Invocation>> invocations

The invocations.