pub type AsyncValue<T> = Arc<Mutex<Option<AResult<T>>>>;
pub struct AsyncValue<T> { /* private fields */ }