#3203 - deprecating HashedWheelTimer

This commit is contained in:
Viktor Klang 2013-04-07 20:07:26 +02:00
parent 1f3b2943e9
commit dddc3a6630
9 changed files with 11 additions and 4 deletions

View file

@ -86,6 +86,7 @@ import akka.util.Unsafe;
* cannot be queued. If no such exception is thrown, the job must be executed
* (or returned upon stop()).
*/
@Deprecated
public class HashedWheelTimer implements Timer {
private final Worker worker = new Worker();
final Thread workerThread;