Subject: Re: [boost] [next gen future-promise] What to call themonadicreturn type?
From: Peter Dimov (lists_at_[hidden])
Date: 2015-05-28 16:03:53


> .next( []( T t ) { /* ... */ } )
> Fires when ready() && has_value(). Used when I only care about results.

And, to clarify, when ready() and has_exception(), returns a future having
the same exception, without invoking the function passed to .next.