pub type SharedArrayFuture = Shared<BoxFuture<'static, SharedVortexResult<ArrayRef>>>;
pub struct SharedArrayFuture { /* private fields */ }