Return a new instance,
inVal |
If a value is given here, the FlowVar will not block execution. |
Set the value bound to the FlowVar.
The getter returns the value bound to the FlowVar. If the value is not yet available, hold execution (this requires the method to be called from within a Routine or similar thread.).
inVal |
Any object. |