target_block::remove_sources Method

Unlinks all sources after waiting for outstanding asynchronous send operations to complete.

void remove_sources();

Remarks

All target blocks should call this routine to remove the sources in their destructor.

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

target_block Class