Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code server to use a single queue
Prior to this patch, the code server had two internal queues, one to track module loading and another to track on_load callbacks. This pull requests refactors the code to have a single queue, in order to fix bugs and improve maintainability. Closes erlang#7466. Closes erlang#8510.
- Loading branch information