pub type VmTaskHandle = JoinHandle<Result<(VmValue, String), VmError>>;
A spawned async task handle.
pub struct VmTaskHandle { /* private fields */ }