SpecSim Programmer Manual

static void par ( fork* first, ... )

Parallel execution

Documentation

This method executes the specified subbehaviors in parallel (fork). It terminates when all the subbehaviors terminates (join).

Returns:
none
Parameters:
first - the first subbehavior encapsulated in a fork object
... - a null-terminated list of subbehaviors

alphabetic index hierarchy of classes


generated by doc++