Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent naming for event loop implementations #128

Merged
merged 1 commit into from
Dec 4, 2017

Conversation

clue
Copy link
Member

@clue clue commented Dec 4, 2017

This simple PR ensure we use a consistent naming scheme for all event loop implementations.

  • rename LibEventLoop to ExtLibeventLoop (ext-libevent) and
  • renameLibEvLoop to ExtLibevLoop (ext-libev),
  • keep ExtEventLoop (ext-event),
  • keep StreamSelectLoop (does not require an extension).

Resolves / closes #115
Builds on top of #127

Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jsor
Copy link
Member

jsor commented Dec 4, 2017

@clue Tests are failing :)

@clue
Copy link
Member Author

clue commented Dec 4, 2017

@jsor Indeed, small oversight for timer tests, PR updated :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consistent naming for EventLoop implementation
3 participants