| 7667 | } |
| 7668 | |
| 7669 | AsynchronousInsertQueue * Context::tryGetAsynchronousInsertQueue() const |
| 7670 | { |
| 7671 | SharedLockGuard lock(shared->mutex); |
| 7672 | return shared->async_insert_queue.get(); |
| 7673 | } |
| 7674 | |
| 7675 | void Context::setAsynchronousInsertQueue(const std::shared_ptr<AsynchronousInsertQueue> & ptr) |
| 7676 | { |
no test coverage detected