clustershell
clustershell copied to clipboard
Refactor EnginePoll and EngineEPoll code
EnginePoll and EngineEPoll shared a lot of similar code. The incoming EngineSelect will also shared a lot of code with the 2 other ones.
It is simple to factorize this code.
- runloop() could be put in Engine superclass
- EngineEPoll could simply inheritate from Poll and changes little thing.
This code cleaning could be done at any moment. No need to set its miltestone to 2.1, agreed?