Module aptos_parallel_executor::executor
source · [−]Structs
A struct that is always used by a single thread performing an execution task. The struct is passed to the VM and acts as a proxy to resolve reads first in the shared multi-version data-structure. It also allows the caller to track the read-set and any dependencies.