Описание тега delimited-continuations

A delimited continuation is a "slice" of a continuation frame that has been reified into a function

A delimited continuation is a "slice" of a continuation frame that has been reified into a function. Unlike regular continuations, delimited continuations return a value, and thus may be reused and composed.