| Index: pkg/analyzer/lib/task/model.dart
|
| diff --git a/pkg/analyzer/lib/task/model.dart b/pkg/analyzer/lib/task/model.dart
|
| index 833a6d3906b6dbde91cbc3ae34663f50e547f229..018b349cec3c6421e94454a5318b05247b31971e 100644
|
| --- a/pkg/analyzer/lib/task/model.dart
|
| +++ b/pkg/analyzer/lib/task/model.dart
|
| @@ -591,6 +591,11 @@ abstract class WorkManager {
|
| /**
|
| * Return the next [TargetedResult] that this work manager wants to be
|
| * computed, or `null` if this manager doesn't need any new results.
|
| + *
|
| + * Note, that it is not guaranteed that this result will be computed, it is
|
| + * up to the work manager to check whether the result is already computed
|
| + * (for example during the next [getNextResult] invocation) or computation
|
| + * of the same result should be requested again.
|
| */
|
| TargetedResult getNextResult();
|
|
|
|
|