getWorkUnitResults

abstract suspend fun <T> getWorkUnitResults(input: GetWorkUnitResultsRequest, block: suspend (GetWorkUnitResultsResponse) -> T): T

Returns the work units resulting from the query. Work units can be executed in any order and in parallel.