public class Co
extends java.lang.Object
Constructor and Description |
---|
Co(CoArm firstArm,
CoArm... restArms)
Create a new instance of an Co.
|
Modifier and Type | Method and Description |
---|---|
BaseArmCode.Control |
go()
Execute this co.
|
public BaseArmCode.Control go()
COCALL
invocation completes when get reply from invoked operation.
A COSEND
invocation completes immediately after invocation is sent.
As each invocation completes, execute the associated arm's
code ("post-processing code", aka PPC);
continue doing so until all invocations have
or a PPC executes the equivalent of a break
or return
.