9 Nov
2018
9 Nov
'18
9:59 a.m.
Hi, I was looking at https://www.boost.org/doc/libs/develop/libs/beast/doc/html/beast/using_io/wr... and came up with a question I can't answer: In https://github.com/boostorg/beast/blob/develop/example/echo-op/echo_op.cpp#L... why does it use the AsyncStream associated executor without even looking at the potentially different (right?) Handler associated executor? Regards.