WebtitlePlugin.TransientState

Transient state variables, aggregated in a struct.

class WebtitlePlugin
private static
struct TransientState {}

Members

Variables

currentWorkerTidIndex
size_t currentWorkerTidIndex;

The index of the next worker thread to use.

workerTids
Tid[] workerTids;

The thread IDs of the persistent worker threads.