logo
pub fn blocking_launch(
    function: &Function,
    input: &[u8]
) -> Result<Vec<u8>, Error>
Expand description

Block and launch a function separate instance and wait for the result of it

Note: Prefer to use the asynchronous launch function when possible