$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [outcome] How to drop the formal empty state
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2017-05-30 22:34:44
>> Would you not rather manually "predict" for the valued state?
>
> Predictable latency for success or failure is a key design goal for
> Outcome. If you want success to be preferred, choose Expected instead.
If success is 0 extra cycles, and failure is 20 extra cycles, it is
still predictable, just not equal.
?
Tony