executors / futures

A proposal for a futures programming model for ISO C++
22 stars 7 forks source link

Added standard_promise default and move construction. #100

Closed LeeHowes closed 6 years ago

LeeHowes commented 6 years ago

Until we change the design to use a factory function for standard_promise/standard_semi_future, we need to be able to construct the promise for consistency.

Discussion in issue #75