executors / futures

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

Issue52 blocking operations #61

Closed LeeHowes closed 6 years ago

LeeHowes commented 6 years ago

Issue #52 replaces https://github.com/executors/futures/pull/56 with a tidied branch history thanks to my inability to use git.

Adds future_wait and future_get plus synchronization details.