Skip to content

Conversation

@clue
Copy link
Member

@clueclue 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

@WyriHaximusWyriHaximus 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
MemberAuthor

clue commented Dec 4, 2017

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

jsor
jsor approved these changes Dec 4, 2017
Sign up for freeto 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

@clue@jsor@WyriHaximus