ERXAsyncQueue< T > Class Reference
List of all members.
Detailed Description
Simple queue class that runs in a thread, waits and pulls jobs from a queue. To use it, implement the process(Object) method in
your subclass.
- Author:
- ak
Constructor & Destructor Documentation
Member Function Documentation
| abstract void process |
( |
T |
object |
) |
[pure virtual] |
Member Data Documentation
LinkedList<T> _jobs = new LinkedList<T>() [private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXAsyncQueue.java