GatewayType#
[req.gateway_type]
A type T satisfies GatewayType if it meets the following requirements:
GatewayType Requirements: Pseudo-Signature, Semantics
-
bool T::try_put(const Output &v)#
Requirements: The type
Outputmust be the same as the template type argumentOutputof the correspondingasync_nodeinstance.Broadcasts
vto all successors of the correspondingasync_nodeinstance.
-
void T::reserve_wait()#
Notifies a flow graph that work has been submitted to an external activity.
-
void T::release_wait()#
Notifies a flow graph that work submitted to an external activity has completed.