gloo
gloo copied to clipboard
Adding `testRecv` and `testSend` for `unbounded_buffer`
For non-blocking communications, it is important to test if the receive/ send operation is complete. This PR adds these methods to transport/unbounded_buffer.h
and implements it for TCP transport.