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