Trampolined Style

Trampolined Style – Ganz, Friedman, Wand (ResearchIndex)

A trampolined program is organized as a single loop in which computations are scheduled and their execution allowed to proceed in discrete steps. Writing programs in trampolined style supports primitives for multithreading without language support for continuations. Various forms of trampolining allow for different degrees of interaction between threads.

Related Posts