Expressing Asynchronous Control Flows With Program Translation
2008年08月15日 11:20 • 查看 10 次 • 打印本文
A paper by Thibaud Lopez Schneider shows that we can transform a function written with conventional control structures and synchronous function calls into a set of callback functions that work in an asychronous environment, such as an RIA that uses XHR. Longer-term, tools may evolved that will automate this process, to simplify the development of correct asynchronous applications.
评论
发表评论