summaryrefslogtreecommitdiff
path: root/same/src/main/java/com/orbekk/same/VariableUpdaterTask.java
AgeCommit message (Collapse)Author
2012-05-02Fix VariableUpdaterTask.Kjetil Ørbekk
Use CyclicCountDownLatch to improve VariableUpdaterTask. This implementation is much better, but unfortunately really hard to test. I'm not sure how to test this.
2012-05-01Add license header to all source files.Kjetil Ørbekk
2012-05-01Fix interrupt handling in VariableUpdaterTask.Kjetil Ørbekk
2012-02-28Add support for more than one listener to variables.Kjetil Ørbekk
2012-02-28Correct handling of Thread.interrupted().Kjetil Ørbekk
2012-02-28Add VariableUpdaterTask.Kjetil Ørbekk
VariableUpdaterTask updates a variable countinously.