Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
connection::rebind_executor::other

The connection type when rebound to the specified executor.

Synopsis
using other = connection< typename detail::rebind_executor< Stream, Executor1 >::type >;

PrevUpHomeNext