AsyncResult<T>.create constructor

AsyncResult<T>.create()

Implementation

factory AsyncResult.create() {
  return _Pending();
}