5 | | "Effects: Store a copy of f with the asynchronous result associated with *this as a wait callback. This will replace any existing wait callback store alongside that result. If a thread subsequently calls one of the wait functions on a future or boost::shared_future associated with this result, and the result is not ready, f(*this) shall be invoked." |
| 5 | "Effects: Store a copy of f with the asynchronous result associated with *this as a |
| 6 | wait callback. This will replace any existing wait callback store alongside that |
| 7 | result. If a thread subsequently calls one of the wait functions on a future or |
| 8 | boost::shared_future associated with this result, and the result is not ready, f(*this) |
| 9 | shall be invoked." |