continuations是什么意思,continuations怎么读,
1.This allows for general purpose continuations that actually capture the stack. The stack can be restored as often as necessary.
它考虑到了通用的continuations,可以捕获到栈,同时又可以在必要的情况下恢复。
2.To use continuations, you need a Web applications server that supports them.
为使用continuation,需要一个支持它们的Web应用程序服务器。
3.The Seaside image has a running version of the Web server and the code for the continuations framework.
seaside映像有一个运行版本的Web服务器和continuation框架的代码。
4.With continuations, you can keep the state in a continuation and restore the state on demand.
有了延续,就可以在延续中保存状态并根据需要恢复状态。