executor_type& operator=(const executor_type& other) noexcept;
Postconditions: *this == other.
Returns: *this.
executor_type& operator=(executor_type&& other) noexcept;
Postconditions: *this is equal to the prior value of other.