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 */ }pub type FutureHandle = Arc<Mutex<Option<JoinHandle<Result<Value, RuntimeError>>>>>;Shared handle to a spawned async task. See Value::Future.
pub struct FutureHandle { /* private fields */ }