linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

Use dedicated executor service for class analysis #340

Closed cbrentharris closed 1 year ago

cbrentharris commented 1 year ago

The common fork join pool might be used by extern libs, so spinning up a dynamically resizing dedicated executor service capped by num CPUs

cbrentharris commented 1 year ago

Changes LGTM; can you please rebase?

Done!