executors / futures

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

Blocking operations #56

Closed LeeHowes closed 6 years ago

LeeHowes commented 6 years ago

Adds future_wait and future_get to this_thread namespace as exposed blocking operations to wait for completion, obtain data and rethrow exceptions from futures..

LeeHowes commented 6 years ago

Well that was confusing... apparently it didn't rebase the way I expected it to and now the history on this PR is huge.

LeeHowes commented 6 years ago

Killing this and replacing with #61.