compute

abstract suspend fun ComputedValueContext.compute(): T(source)

Runs the computation within a ComputedValueContext containing the value of all declared dependencies. Returns the computed value.