Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Use sync pointers for updating ModuleCache off-thread #1033

Merged
merged 3 commits into from
Jun 30, 2021

Conversation

ranweiler
Copy link
Member

Closes #1031.

@@ -322,40 +321,35 @@ impl<'a> TaskContext<'a> {
}
}

struct Recorded {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're no longer passing around ModuleCache ownership, so this type is redundant.

@bmc-msft bmc-msft merged commit 80387bd into microsoft:main Jun 30, 2021
@ranweiler ranweiler deleted the coverage-cache branch June 30, 2021 23:17
@ghost ghost locked as resolved and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coverage task does not maintain internal invariant on error
2 participants