Changes between Initial Version and Version 2 of Ticket #10972
- Timestamp:
- Feb 1, 2015, 12:38:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10972
- Property Owner changed from to
- Property Status new → assigned
- Property Summary shared_future::then() can be called multiple times. → shared_future::then() can not be called multiple times.
-
Ticket #10972 – Description
initial v2 1 The current implementation stores only one continuation, but share_future should be able to store many.