Re: Promises and Decidability in Asynchronous Error Handling

> Requiring early registration prevents the use of futures as value
> containers; i.e. kicking off an operation and storing the Future somewhere
> so anyone can use it at a later date.
>

One can always do that, provided that you register an error handler *before
your call stack is cleared*.

{ Kevin }

Received on Monday, 21 October 2013 20:16:41 UTC