ComputedStateValue<T>.inProgress constructor

const ComputedStateValue<T>.inProgress(
  1. CancelableOperation<T> operation
)

Implementation

const factory ComputedStateValue.inProgress(CancelableOperation<T> operation) = ComputedStateValueInProgress._;