BGGA closures prototype update: nonlocal transfers (original) (raw)
Neal Gafter neal at gafter.com
Tue Aug 5 09:00:38 PDT 2008
- Previous message: BGGA closures prototype update: nonlocal transfers
- Next message: BGGA closures prototype update: nonlocal transfers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark-
Excellent; thanks! I hope you publish the code for others to use.
Regards, Neal
On Tue, Aug 5, 2008 at 7:10 AM, Mark Mahieu <mark at twistedbanana.demon.co.uk>wrote:
Neal,
FYI, I've just had a go at implementing your 'for eachConcurrently' API with support for nonlocal transfers, and although task cancellation and exception handling present their usual 'challenges', handling nonlocal transfers across threads turned out to be remarkably easy using UnmatchedTransfer :) Nice work! Regards, Mark
On 5 Aug 2008, at 00:06, Neal Gafter wrote: The closures prototype now has a (very lightly tested) implementation of 'return', 'break', and 'continue' from within a closure. It could probably use some performance tuning. With that, I believe the BGGA prototype is feature-complete, Regards, Neal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/closures-dev/attachments/20080805/b8c4b30b/attachment.html
- Previous message: BGGA closures prototype update: nonlocal transfers
- Next message: BGGA closures prototype update: nonlocal transfers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]