smalltalk
/
osmo-st-core
Archived
1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther f5c5febae8 timer: Merge the timer changes from norbert and some races fixes
Allow timers < 1 second and have the timer loop wait for the
closest time. This is not completely race free yet.
2014-07-27 09:31:51 +02:00
Holger Hans Peter Freyther 147307900d pharo: Introduce the expandMacros related String classes from Pharo
The >>bindWith: or >>% is not available in Pharo and other dialects.
From a licensing point of view it is easier to introduce the Pharo
equivalent to GST than to use the GST code in Pharo. Add a simple testcase
for some parts of the API. Pharo doesn't appear to use the % and ?
syntax at all.
2013-02-23 11:10:15 +01:00
Holger Hans Peter Freyther a01003265b dispatcher: Add a small testcase for the dispatcher in error conditions 2013-02-20 09:38:56 +01:00
Holger Hans Peter Freyther 3386942ce2 dispatcher: Introduce a dispatcher than can dispatch things...
When dispatching everything in the same context we avoid all kind
of issues with locking. If we use a truely multi threaded VM we could
probably use multiple dispatchers.
2011-06-28 19:50:31 +02:00
Holger Hans Peter Freyther 4570878f9a timer: Add the initial version of the timer code
The code comes from the OsmoGSM repository but didn't have a
lot of history.
2011-06-22 15:21:09 +02:00