Skip to content

Commit

Permalink
remove phantom publics from EventLoop and Heap
Browse files Browse the repository at this point in the history
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
weissi committed Dec 11, 2019
1 parent 5c7a455 commit 2b80716
Show file tree
Hide file tree
Showing 4 changed files with 544 additions and 492 deletions.
Loading

0 comments on commit 2b80716

Please sign in to comment.