}Definition (informal)
}Pipeline buffers configured in a
loop
}Can be combined with forks, joins
}Used in implementing iterative algorithms
}Each iteration implemented by a token traversing the loop
}Multiple tokens in loop possible
}Each token independent of others
}Implements “multi-threading”, i.e. pipelining