Opened 8 years ago
Last modified 8 years ago
#10979 closed Bugs
shared_future::then can not be called twice — at Initial Version
Reported by: | viboes | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | thread |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The current implementation store only one continuation. This is correct for future, but not for shared_future.
Note:
See TracTickets
for help on using tickets.