Thursday, August 1, 2013

Inline webworkers

How difficult would it be to integrate something like inline webworkers into GWT?

An example of this functionality in normal javascript:
https://github.com/EtienneLem/architect

Would be very nice if GWT could do something like

WebWorkers.runAsync(new Runnable(){...}, new Callback(){ ... Object result ... }

Moving heavy processing off the UI thread is always a good thing.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment