std::promise<R>::operator=
来自cppreference.com
                    
                                        
                    
                    
                                                            
                    |   promise& operator=( promise&& other ) noexcept;  | 
(1) | (C++11 起) | 
|   promise& operator=( const promise& rhs ) = delete;  | 
(2) | (C++11 起) | 
赋值内容。
2) 
std::promise 不可复制赋值。参数
| other | - |  另一 std::promise 对象,为获取状态的来源
 | 
返回值
*this