Struct diem_vm::parallel_executor::ParallelDiemVM [−][src]
pub struct ParallelDiemVM();Implementations
pub fn execute_block<S: StateView>(
analysis_result: &NormalizedReadWriteSetAnalysis,
transactions: Vec<Transaction>,
state_view: &S
) -> Result<(Vec<TransactionOutput>, Option<Error<VMStatus>>), VMStatus>
Auto Trait Implementations
impl RefUnwindSafe for ParallelDiemVM
impl Send for ParallelDiemVM
impl Sync for ParallelDiemVM
impl Unpin for ParallelDiemVM
impl UnwindSafe for ParallelDiemVM
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self