On Mon, 2012-04-02 at 08:44 -0400, Rasmus Schultz wrote:
> I was just reading about the new async/await keywords in C# 5.0, and while
> this has no particular relevance to PHP as such, it got me thinking about
> this idea...
> 
> What if you could resume execution after an exception was thrown?

So some random piece of code might cause other code to execute, which
was expected not to run (and therefore threw an exception).

I fear this brings hardly understandable code flows.

johannes



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to