single_assignment::consume_message Method

Consumes a message previously offered by the single_assignment and reserved by the target, returning a copy of the message to the caller.

virtual message<_Type> * consume_message(
   runtime_object_identity _MsgId
);

Parameters

  • _MsgId
    The runtime_object_identity of the message object being consumed.

Return Value

A pointer to the message object that the caller now has ownership of.

Remarks

Similar to accept, but is always preceded by a call to reserve.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

single_assignment Class