Re: Is it ever possible for an asynchronous service method's callback to get called without yielding to the browser's event loop?
Derek,
Interesting; that makes complete sense with the mock remote service
call.
So under usual conditions would you say "the expected order" is:
1 - my client-side code executes and makes an async remove service
call
2 - my client-side code continues to execute "long-running" code and
the async call's result comes back while this is still executing
3 - browser's event loop gets to execute once.
4 - my async-callback defined in step #1 is called.
I want to be certain that step #3 IS called under those conditions in
step #2.
-Tad
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home