getResult

public synchronized AsyncResult<T> getResult()

为防止数据被修改, getResult 方法只返回当前数据的副本 注意此方法不会阻塞线程,直接返回 DataResult 对象

推荐使用 waitForGetResult 方法