Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 609 Bytes

File metadata and controls

15 lines (13 loc) · 609 Bytes

appTimer

This WebObjects frameworks allows one to create tasks, schedule them (in a particular way) and run them via SingleThreadExecutor. See the ExecutorService class for this. The framework is agnostic about the class that it is running, requiring only that it have a run() method.

Known to Run With:

  • Ubuntu 18.04.3 LTS
    • openjdk version "1.8.0_222"
    • WebObjects (TBD)
    • Project Wonder (recent, TBD)
  • Mac OS X 10.15.4
    • java 14 2020-03-17
    • WebObjects (TBD)
    • Project Wonder (recent, TBD)