[squeak-dev] The Trunk: EToys-eem.282.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 9 20:32:23 UTC 2017


Eliot Miranda uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-eem.282.mcz

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

Name: EToys-eem.282
Author: eem
Time: 9 March 2017, 12:30:22.106007 pm
UUID: 162d6d8b-6e28-44c3-9728-a34d99ba4e48
Ancestors: EToys-dtl.281

Remove usage of obsolete primSignal:atMilliseconds:

=============== Diff against EToys-dtl.281 ===============

Item was changed:
  ----- Method: Delay class>>stopTimerInterruptWatcher (in category '*Etoys-Squeakland-timer process') -----
  stopTimerInterruptWatcher
  	"Reset the class variables that keep track of active Delays and re-start the timer interrupt watcher process. Any currently scheduled delays are forgotten."
  	"Delay startTimerInterruptWatcher"
+ 	self primSignal: nil atUTCMicroseconds: 0.
+ 	TimingSemaphore ifNotNil:
+ 		[TimingSemaphore terminateProcess]!
- 	self primSignal: nil atMilliseconds: 0.
- 	TimingSemaphore ifNotNil:[TimingSemaphore terminateProcess].!



More information about the Squeak-dev mailing list