- continuation-capture PROCEDUREprocedure
Creates a continuation object representing the current continuation and tail-calls PROCEDURE with this continuation as the single argument.
More information about this continuation API can be found in the paper http://repository.readscheme.org/ftp/papers/sw2001/feeley.pdf A Better API for first class Continuations by Marc Feeley.