Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the pre-load executor is reused across calls (digital-asset#8716)
changelog_begin changelog_end The current behavior is that of creating a new preload executor at every call, which is a very complex way of simply spawning a thread and defeats the purpose of having a shared executor, sequencing the pre-loading of packages to maximize the usage of cache (among other things).
- Loading branch information