Expand description
Contains the logic for executing PVFs. Used by the polkadot-execute-worker binary.
Enums§
- Execute
Error - Error type.
Constants§
- EXECUTE_
WORKER_ THREAD_ NUMBER - The number of threads for the child process: 1 - Main thread 2 - Cpu monitor thread 3 - Execute thread
Functions§
- execute_
artifact ⚠ - Executes the given PVF in the form of a compiled artifact and returns the result of execution upon success.
- worker_
entrypoint - The entrypoint that the spawned execute worker should start with.