breese / trial.datagram

UDP socket with Boost.Asio
2 stars 0 forks source link

Use associated exectors #4

Open breese opened 4 years ago

breese commented 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.

vinipsmaker commented 4 years ago

This paper might help to guide the implementation design: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0113r0.html