×

Continuation-passing style

In functional programming, continuation-passing style is a style of programming in which control is passed explicitly in the form of a continuation. This is contrasted with direct style, which is the usual style of programming. Wikipedia