executors / futures

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

ContinuableFuture->SemiFuture #101

Closed LeeHowes closed 6 years ago

LeeHowes commented 6 years ago

Change in description of future_get and future_wait. These can, and likely will, implement their own trivial executors so there is no need to restrict them to continuablefuture.