Function ark_api::module_run::launch
source · pub fn launch(
function: &Function,
input: &[u8]
) -> impl Future<Output = Result<Vec<u8>, Error>>Expand description
Launch a function in a different module as a separate instance
Returns a future that the user has to drive and poll until completion