# CPS – Continuation Passing Style
Continuation Passing Style (CPS) is a style of programming in which the remainder of the program is passed explicitly as a parameter, as opposed to that being handled implicitly represented as call stack.
参考文献
What’s meaning of CPS in jenkins. what’s the full name of CPS?
Basics of Continuation Passing Style