Parameter | Description |
---|---|
context | The ProcessingContext for the current mix-frame. |
pipe | Cross-thread communications pipe. |
input | The complete dependency of all other EarlyProcessing for all other Processor.IProcessors. If you are using referencing other/foreign scriptable processors, your work must depend on or complete this parameter. |
Schedule your main body of work in parallel to everything else.
If you are using jobs, you are required to manually keep track of dependencies.