chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.85k stars 1.2k forks source link

Fix pipe::release() on io_uring #1223

Closed vinipsmaker closed 1 year ago

vinipsmaker commented 1 year ago

Code such as the following was failing to build on io_uring prior to this commit:

asio::readable_pipe pipe;
pipe.release(ec);

Fixes #1184

vinipsmaker commented 1 year ago

hopefully commit https://github.com/chriskohlhoff/asio/commit/21be0e210a23dfb1d291ee44ab425986d3e8ee2f which landed in master fixes this issue