[squeak-dev] The Inbox: Kernel-ct.1450.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 24 23:03:51 UTC 2022


A new version of Kernel was added to project The Inbox:
http://source.squeak.org/inbox/Kernel-ct.1450.mcz

==================== Summary ====================

Name: Kernel-ct.1450
Author: ct
Time: 25 March 2022, 12:03:45.256465 am
UUID: 484c3944-1ae9-fa4b-888c-bacd59152bc5
Ancestors: Kernel-nice.1447

Updates comment in TimedOut.

=============== Diff against Kernel-nice.1447 ===============

Item was changed:
  Notification subclass: #TimedOut
  	instanceVariableNames: ''
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Kernel-Exceptions'!
  
+ !TimedOut commentStamp: 'ct 3/25/2022 00:01' prior: 0!
+ I am signalled by BlockClosure>>#valueWithin:onTimeout: if the receiving block takes too long to execute.
- !TimedOut commentStamp: 'brp 10/21/2004 17:47' prior: 0!
- I am signalled by #duration:timeoutDo: if the receiving block takes too long to execute.
  
- I am signalled by a watchdog process spawned by #duration:timeoutDo: and caught in the same method. 
- 
  I am not intended to be used elsewhere.!



More information about the Squeak-dev mailing list