Hi! I agree with you except with one nit :)
On Tue 30 Apr 2013 14:19, Andreas Rossberg <[email protected]> writes: > The moral is that one should simply avoid putting a yield inside a > try-finally. There is no guarantee that control ever returns. It seems that yield in a try/finally can be useful in a more controlled environment like within a task.js scheduler, where you know that there is some entity out there managing coroutine life-cycles. Cheers, Andy _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

