MySQL 9.1.0
Source Code Documentation
|
async operation with callback. More...
Public Member Functions | |
async_op_impl (Op &&op, native_handle_type fd, impl::socket::wait_type wt) | |
void | run (io_context &) override |
Public Member Functions inherited from net::io_context::async_op | |
async_op (native_handle_type fd, wait_type ev) | |
virtual | ~async_op ()=default |
void | cancel () |
bool | is_cancelled () const |
native_handle_type | native_handle () const |
wait_type | event () const |
Private Attributes | |
Op | op_ |
Additional Inherited Members | |
Public Types inherited from net::io_context::async_op | |
using | wait_type = impl::socket::wait_type |
async operation with callback.
|
inline |
|
inlineoverridevirtual |
Implements net::io_context::async_op.
|
private |