Github user ok2c commented on the issue:

    https://github.com/apache/httpcomponents-core/pull/67
  
    @xiaohu-zhang This is a much bigger change that I have initially 
anticipated. It will take me a while to absorb it. First off, I do not think 
HttpCore should expose any of those classes in its public APIs. I moved the 
classes to the `org.apache.hc.core5.reactor` package and I intend to make them 
all package private. Those people who need it as a generic, re-usable 
time-wheel implementation should be using Netty instead. I am also trying to 
reduce the amount of code and classes that we would end up maintaining. 
    
    I also dislike `HashedWheelTimer` instance being static.  
    
    My code can be found here:
    https://github.com/ok2c/httpcore/tree/timewheel
    
    It is still in very early stages.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to