continuation-passing style
短语词形变化
continuation-passing styles
复数
别名
continuation passing style
释义与例句
n.
-
1.
A style of programming in which every user function f takes an extra argument c known as a continuation. Whenever f would normally return a result r to its caller, it instead returns the result of applying the continuation to r.
计算机 工程 数学