Skip to main content

dispatch_with_grid_sync_split_via

Function dispatch_with_grid_sync_split_via 

Source
pub fn dispatch_with_grid_sync_split_via<F>(
    program: &Program,
    inputs: &[&[u8]],
    config: &DispatchConfig,
    dispatch: &F,
) -> Result<Vec<Vec<u8>>, BackendError>
where F: Fn(&Program, &[&[u8]], Option<[u32; 3]>, &mut Vec<Vec<u8>>) -> Result<(), String>,
Expand description

Allocating wrapper over dispatch_with_grid_sync_split_via_into.

ยงErrors

Propagates any error from dispatch_with_grid_sync_split_via_into.