Skip to main content

utility:delegate to operator

Version: 0.0.0

Description

Delegate the run to an Operator instantiated by the name in input (forwards all the input of this Operator to the sub Operator).

Inputs

InputNameExpected type(s)Description
Pin -1
Required
operator_namestring

Outputs

OutputNameExpected type(s)Description
Pin 0anyanyinputs

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: delegate_to_operator

Full name: utility.delegate_to_operator

Internal name: delegate_to_operator

License: None

Changelog

  • Version 0.0.0: Initial release.