Open breese opened 4 years ago
The trial::datagram::socket::invoke_handler functions do not use the executor associated with the handle, which is needed for defer() to work optimally.
trial::datagram::socket::invoke_handler
defer()
This paper might help to guide the implementation design: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0113r0.html
The
trial::datagram::socket::invoke_handler
functions do not use the executor associated with the handle, which is needed fordefer()
to work optimally.