spawn_function

Function spawn_function 

Source
pub fn spawn_function(name: &str, data: &[u8]) -> Result<(), SpawnError>
Expand description

Invoke a Spawn Function by name with the given data. Spawn Functions do not return a value to you - they are fire-and-forget.