bool operator==(const io_context::executor_type& a,
const io_context::executor_type& b) noexcept;
Returns: addressof(a.context()) == addressof(b.context()).
bool operator!=(const io_context::executor_type& a,
const io_context::executor_type& b) noexcept;
Returns: !(a == b).