executors / futures

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

changed to future_value_t #106

Closed dhollman closed 6 years ago

dhollman commented 6 years ago

Also some updates to operational semantics of future_get to be more in line with std::future specification.

Addresses #103

dhollman commented 6 years ago

@LeeHowes @RedBeard0531 please review