message_processor::wait Method

When overridden in a derived class, waits for all asynchronous operations to complete.

virtual void wait() = 0;

Remarks

Processor implementations should override this method.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

message_processor Class