pub type TaskHandle<T> = Ready<Result<T, JoinError>>;
pub struct TaskHandle<T>(/* private fields */);