Module worker

Source

Modules§

immediate 🔒
multithreaded 🔒
This module implements per-component parallelism. It should be possible to implement per-row parallelism as well, which should also boost performance of grayscale images and allow scaling to more cores. However, that would be more complex, so we use this as a starting point.

Structs§

RowData
WorkerScope

Enums§

PreferWorkerKind
WorkerScopeInner 🔒

Traits§

Worker

Functions§

compute_image_parallel