register

open fun register(functionCall: FunctionCallNode)

Enqueues a new FunctionCallNode, which is executed in the next stage of the pipeline. Nothing happens if enqueuing is locked via lockFunctionCallEnqueuing.

Parameters

functionCall

function call to register