26 May
2015
26 May
'15
10:50 a.m.
Niall Douglas wrote:
On 26 May 2015 at 2:36, Peter Dimov wrote:
In my implementation, if you never call promise.get_future() you never get synchronisation.
That's an interesting use case. When does it occur?
make_ready_future().
I'd expect make_ready_future to not need to create a promise at all. It just creates a ready future. The use case I was wondering above is that you create a promise, but never get a future from it.