Package akka.contrib.pattern
Class WorkList$
- java.lang.Object
-
- akka.contrib.pattern.WorkList$
-
public class WorkList$ extends java.lang.Object
Deprecated.Feel free to copy. Since 2.5.0.Singly linked list entry implementation for WorkList. param: ref The item reference, None for head entry param: permanent If the entry is to be kept after processing
-
-
Constructor Summary
Constructors Constructor Description WorkList$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> WorkList<T>
empty()
Deprecated.
-