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 Mar 3, 2023. It is now read-only.
Take a look at class AetherRepositoryConnector. For each artifact, there's a corresponding GetTask. And since there's a CountDownLatch, I believe the tasks are designed to run in parallel.
But, the code calls Runnable.run() directly, making it mono-threaded, see below:
Take a look at class
AetherRepositoryConnector
. For each artifact, there's a correspondingGetTask
. And since there's aCountDownLatch
, I believe the tasks are designed to run in parallel.But, the code calls
Runnable.run()
directly, making it mono-threaded, see below:aether-connector-okhttp/src/main/java/io/takari/aether/connector/AetherRepositoryConnector.java
Lines 299 to 306 in 2040c61
The text was updated successfully, but these errors were encountered: