Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove phantom publics from EventLoop and Heap
Motivation: In SelectableEventloop, Heap, PriorityQueue, etc there were quite a few phantom publics left which cause issues with apple#1257 and are confusing. Modifications: - remove the phantom publics - move SelectableEventLoop to its own file Result: - clearer what's going on (public means public)
- Loading branch information