executors / futures

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

added missing definitions of future_value_t and promise_value_t #124

Closed dhollman closed 6 years ago

dhollman commented 6 years ago

Addresses issue #117. A couple of other drive-by editorial changes and typo fixes while I'm at it.

dhollman commented 6 years ago

@brycelelbach and @LeeHowes please review