Jae Park
Jae Park

Reputation: 641

HashedWheelTimer in C++?

Are there any classes that do similar work as HashedWheelTimer in Java?

Any classes that support time scheduling and handles will meet our needs. Any suggestion will be great.

Upvotes: 1

Views: 1117

Answers (1)

Appleman1234
Appleman1234

Reputation: 16096

Try the ACE Timer Wheel class header file or one of the ACE Timer Queues.

ACE is available from here and has an overview here and relevant documentation here.

In response to the comment in the question more information regarding HashedWheelTimer and other WheelTimers is available from here.

Upvotes: 2

Related Questions