Skip to main content

FutureHandle

Type Alias FutureHandle 

Source
pub type FutureHandle = Arc<Mutex<Option<JoinHandle<Result<Value, RuntimeError>>>>>;
Expand description

Shared handle to a spawned async task. See Value::Future.

Aliased Typeยง

pub struct FutureHandle { /* private fields */ }