| 2028 | } |
| 2029 | |
| 2030 | void swap(BOOST_THREAD_FUTURE& other) |
| 2031 | { |
| 2032 | static_cast<base_type*>(this)->swap(other); |
| 2033 | } |
| 2034 | |
| 2035 | // todo this function must be private and friendship provided to the internal users. |
| 2036 | void set_async() |
no test coverage detected