utility:forward
Version: 0.0.0
Description
Return all the inputs as outputs.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | any | any | any type of input |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | any | any | same types as inputs |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| read_inputs_in_parallel | bool | false | If this option is set to true, the operator's inputs will be evaluated in parallel. |
Scripting
Category: utility
Plugin: core
Scripting name: forward
Full name: utility.forward
Internal name: forward
License: None
Changelog
- Version 0.0.0: Initial release.