[][src]Module tray_rust::exec::distrib::worker

The worker module provides the Worker struct which receives instructions from the master, renders and reports back its results

Structs

Worker

A worker process for distributed rendering. Accepts instructions from the master process telling it what to render, after each frame is finished results are sent back to the master and the next frame is started. Once all frames are finished the worker exits

Statics

PORT

Port that the workers listen for the master on