TimerScheduler extend [ TimerScheduler class >> startUp [ Smalltalk at: #OsmoTimeScheduler ifPresent: [ OsmoTimeScheduler reinitialize. ]. ] platformInit [ "Pharo requires us to do some post-processing" Smalltalk addToStartUpList: self class. ] reinitialize [ loop terminate. self startLoop. ] ]