提交 4c78ce7b 编写于 作者: C Cyrus Najmabadi

Actually process the projects.

上级 e371ee4b
......@@ -144,6 +144,8 @@ private async Task SearchProjectsInPriorityOrder(IDocumentTrackingService docTra
tasks.Add(Task.Run(() => SearchAsync(currentProject, ImmutableArray<Document>.Empty), _cancellationToken));
}
}
await Task.WhenAll(tasks).ConfigureAwait(false);
}
private async Task SearchAllProjectsAsync()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册