On 2 nov 2009, at 2 nov, 08:20, Matt Mastracci wrote: > There might be a way to approach this like Oni does > (http://www.croczilla.com/oni > ): provide a set of asynchronous building blocks that you can use to > coordinate asynchronous events. You end up building an asynchronous > lambda function that can be applied as needed. No compiler magic > needed: the async callbacks throughout the API provide the equivalent > of continuations. I roughed out a GWT API for this some time ago and > it seemed like it would be reasonably easy to do as a third-party > library.
Just checked out Oni - interseting indeed, could have used something like that in several recent GWT projects I did. You mentioned you roughed out an equivalent GWT API - is it publicly accessible? Thanks, Bart Guijt --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
