run

Function run 

Source
pub async fn run<T: Process>(
    id: impl ToEntityId,
    entity: T,
    start_seq: i64,
    registry: ProcessRegistry,
) -> Result<Receptor<T>, AlreadyExist>