Skip to main content

init_holding

Function init_holding 

Source
pub fn init_holding(
    held: Option<Lock>,
    options: &InitOptions,
    intent: Intent,
) -> Result<InitOutcome, AppError>
Expand description

Install or reinstall an instance under a lock the caller already holds.

A verb that observed the target before it decided to land must hold the target across both, so the tree it decided from is the tree it writes.

ยงErrors

As init.