Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | Add DelayedOperation<T> class. | Kjetil Ørbekk | |
A DelayedOperation represents an asynchronious operation. | |||
2012-02-16 | Add manual performWork() in WorkQueue for testing. | Kjetil Ørbekk | |
2012-01-31 | WorkList => WorkQueue – A worker thread helper class. | Kjetil Ørbekk | |
2012-01-31 | Add WorkQueue. | Kjetil Ørbekk | |
2012-01-30 | Add WorkList data structure. | Kjetil Ørbekk | |
This class is used to hold commands for a worker thread. |