Opened 8 years ago

Closed 8 years ago

#10972 closed Bugs (fixed)

shared_future::then() can not be called multiple times.

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 viboes)

The current implementation stores only one continuation, but share_future should be able to store many.

Change History (4)

comment:1 by viboes, 8 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 8 years ago

Description: modified (diff)
Summary: shared_future::then() can be called multiple times.shared_future::then() can not be called multiple times.

comment:4 by viboes, 8 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.