Trait sp_core::traits::RuntimeSpawn
source · pub trait RuntimeSpawn: Send {
// Required methods
fn spawn_call(
&self,
dispatcher_ref: u32,
func: u32,
payload: Vec<u8>,
) -> u64;
fn join(&self, handle: u64) -> Vec<u8> ⓘ;
}
Expand description
Runtime spawn extension.