Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
MorphicAlarmQueue
Last updated at 8:00 am UTC on 18 August 2019
Morphic Alarms in general are used to do something in the future, like display a help balloon, but with the ability to be canceled before the expiry.

MorphicAlarmQueue is a specialized Heap. The main change is to stamp each added MorphicAlarm with a sequence number to ensure that alarms scheduled for the same time are executed in the order that they were added.