Module massa_execution_worker::worker

source ·
Expand description

Copyright (c) 2022 MASSA LABS info@massa.net This module allows launching the execution worker thread, returning objects to communicate with it. The worker thread processes incoming notifications of blockclique changes, orders active and final blocks in queues sorted by increasing slot number, and requests the execution of active and final slots from execution.rs.

Structs§

  • Structure gathering all elements needed by the execution thread

Functions§