Changes between Initial Version and Version 1 of Ticket #7798, comment 1


Ignore:
Timestamp:
Dec 15, 2012, 2:28:46 PM (10 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7798, comment 1

    initial v1  
    33
    44{{{
    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
     6wait callback. This will replace any existing wait callback store alongside that
     7result. If a thread subsequently calls one of the wait functions on a future or
     8boost::shared_future associated with this result, and the result is not ready, f(*this)
     9shall be invoked."
    610}}}