Opened 8 years ago
Last modified 8 years ago
#10972 closed Bugs
shared_future::then() can not be called multiple times. — at Version 2
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | thread |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
The current implementation stores only one continuation, but share_future should be able to store many.
Change History (2)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | shared_future::then() can be called multiple times. → shared_future::then() can not be called multiple times. |
Note:
See TracTickets
for help on using tickets.