-----Ursprüngliche Nachricht-----
Von: Andre Kostur via Std-Proposals <std-proposals@lists.isocpp.org>
>Not all return paths in the callable should cause the caller to immediately return.
Then why not create a special command to invoke the callable.
The caller can decide, whether to use this command or not..
OTOH should this work the same as exceptions?
Why not use the same or similar language constructs?
Probably the in-between functions need to know more about, which exceptions can be thrown.