You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Users should be able to opt-in to concurrent dependency resolution, which will mean that their behaviors are potentially invoked multiple times concurrently/asynchronously, as a way of speeding up the dependency resolution process.
This can be beneficial even if the resolution algorithm itself is not the bottleneck, as fetching versions could potentially be a long-running operation (e.g., involving the network).
The text was updated successfully, but these errors were encountered:
Users should be able to opt-in to concurrent dependency resolution, which will mean that their behaviors are potentially invoked multiple times concurrently/asynchronously, as a way of speeding up the dependency resolution process.
This can be beneficial even if the resolution algorithm itself is not the bottleneck, as fetching versions could potentially be a long-running operation (e.g., involving the network).
The text was updated successfully, but these errors were encountered: