BGGA closures prototype update: nonlocal transfers
Mark Mahieu
mark at twistedbanana.demon.co.uk
Tue Aug 5 07:10:06 PDT 2008
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
More information about the closures-dev
mailing list