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

The master module provides the Master struct which instructs Workers which portions of the image they should render and collects their results to combine into the final image.

Structs

Master

The Master organizes the set of Worker processes and instructions them what parts of the scene to render. As workers report results the master collects them and saves out the PNG once all workers have reported the frame.