smalltalk
/
osmo-st-core
Archived
1
0
Fork 0
Helpers for things in Smalltalk
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Holger Hans Peter Freyther f2be904848 timer: Prevent a potential race with the loop process resumption
It is possible that the "loop" has determined there are no pending
timers but then the insertion application is executing and is
inserting a timer. Once the loop is executing again it will sleep
as there was no timer and we will miss the wake-up until there is
another timer.
2014-07-27 10:21:16 +02:00
.gitignore misc: Ignore the fileout.st generated by the convert target 2013-02-15 23:14:37 +01:00
Dispatcher.st misc: Avoid using the CharacterArray>>% as it is not available in Pharo 2013-02-20 15:47:22 +01:00
ExtensionTest.st pharo: Add a test case for ?: syntax of the macro expansion 2013-02-23 11:41:20 +01:00
GSTExtensions.st timer: Merge the timer changes from norbert and some races fixes 2014-07-27 09:31:51 +02:00
LogArea.st pharo: Work on the automatic fileout to pharo 2013-02-10 21:21:43 +01:00
Makefile pharo: The TimerDispatcher needs more work on Pharo for image resume 2013-02-20 09:34:21 +01:00
Tests.st timer: Merge the timer changes from norbert and some races fixes 2014-07-27 09:31:51 +02:00
Timer.st timer: Prevent a potential race with the loop process resumption 2014-07-27 10:21:16 +02:00
changes_for_pharo.st timer: Prevent a potential race with the loop process resumption 2014-07-27 10:21:16 +02:00
compat_for_pharo.st pharo: Work on the automatic fileout to pharo 2013-02-10 21:21:43 +01:00
package.xml timer: Merge the timer changes from norbert and some races fixes 2014-07-27 09:31:51 +02:00