| Methods |
Description |
| <String |
Create a worker object for an existing worker by name. |
| Do |
Call a worker. |
| Set Input |
Set an input to the worker to a certain value so that it doesn't need to be provided by the List passed to Do@Worker. This tends to be useful for passing data to a worker that will be used as a callback or as a parameter to Map or Fold. |
| New |
Create a new empty worker with no inputs or outputs. |
| Add Worker Call |
Adds a call to another worker to the internal structure of a worker. |
| Add Wire |
Adds a wire connecting the input of one object to the output of another object in a worker. |
| Add Constant |
Adds a constant to the internal structure of a worker. |
| Add Input |
Adds an input to the internal structure of a worker |
| Add Output |
Adds an output to the internal structure of a worker |