Skip to main content

VmJoinHandle

Type Alias VmJoinHandle 

Source
pub type VmJoinHandle = JoinHandle<Result<(VmValue, String), VmError>>;
Expand description

The raw join handle type for spawned tasks.

Aliased Typeยง

pub struct VmJoinHandle { /* private fields */ }