Marks \p rec as executed This function should be called by container if \p batch_combine() mode is used. For usual combining (see \p combine()) this function is excess. */
| 401 | For usual combining (see \p combine()) this function is excess. |
| 402 | */ |
| 403 | void operation_done( publication_record& rec ) |
| 404 | { |
| 405 | rec.nRequest.store( req_Response, memory_model::memory_order_release ); |
| 406 | m_waitStrategy.notify( *this, static_cast<publication_record_type&>( rec )); |
| 407 | } |
| 408 | |
| 409 | /// Internal statistics |
| 410 | stat const& statistics() const |