referrerpolicy=no-referrer-when-downgrade

Crate polkadot_node_core_pvf_prepare_worker

Source
Expand description

Contains the logic for preparing PVFs. Used by the polkadot-prepare-worker binary.

Structs§

CompiledArtifact
Contains the bytes for a successfully compiled artifact.
PrepareOutcome

Constants§

PREPARE_WORKER_THREAD_NUMBER
The number of threads for the child process: 1 - Main thread 2 - Cpu monitor thread 3 - Memory tracker thread 4 - Prepare thread

Functions§

worker_entrypoint
The entrypoint that the spawned prepare worker should start with.