> In general this doesn't work. The calling thread may be the callback thread, > which would lead to deadlock. This is why we don't just call rdma_destroy_id() > directly, and let it wait for the callback to complete. Ya'll are right. Lemme chew on this some more.