NickPollard / brando

A lightweight, efficient, actor and concurrency library for C++14
1 stars 1 forks source link

fix future await to wake up on a semaphore/signal #15

Open NickPollard opened 8 years ago

NickPollard commented 8 years ago

Currently await just sleeps for as long as the timeout before waking up. If the future completes earlier, we should wake up.