pub type VmJoinHandle = JoinHandle<Result<(VmValue, String), VmError>>;
The raw join handle type for spawned tasks.
pub struct VmJoinHandle { /* private fields */ }