target_block::wait_for_async_sends 方法

等待所有异常传播完成。

void wait_for_async_sends();

备注

此方法由消息块析构函数使用,确保所有异步操作有时间在破坏块之前完成。

要求

**标头:**agents.h

命名空间: 并发

请参见

参考

target_block 类