20 std::shared_ptr<cq> cq_;
21 std::atomic<bool> stopped_;
22 std::thread poller_thread_;
23 std::shared_ptr<executor> executor_;
24 std::vector<struct ibv_wc> wc_vec_;
34 cq_poller(std::shared_ptr<cq>
cq,
size_t batch_size = 16);
44 size_t batch_size = 16);