#3203 - deprecating HashedWheelTimer
This commit is contained in:
parent
1f3b2943e9
commit
dddc3a6630
9 changed files with 11 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue