[][src]Function holochain_core::nucleus::call_and_wait_for_result

pub fn call_and_wait_for_result(
    call: ZomeFnCall,
    instance: &mut Instance
) -> Result<String, HolochainError>

Dispatch ExecuteZoneFunction to Instance and block until call has finished. for test only??