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

9 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 4ff8679b49 dispatcher: Really merge it, verify that install is called 2014-07-27 11:11:40 +02:00
Holger Hans Peter Freyther c5f53b7d64 dispatcher: Merge code from Norbert to allow to install alternative dispatchers
Norbert introduced the MockDispatcher to get nice and direct
exceptions.
2014-07-27 10:48:51 +02:00
Holger Hans Peter Freyther 5e571e0e69 misc: Avoid using the CharacterArray>>% as it is not available in Pharo 2013-02-20 15:47:22 +01:00
Holger Hans Peter Freyther 9807973a46 dispatcher: Dispatch the blocks in a new process to avoid termination
Avoid the dispatcher process from being terminated. Dispatch the
block in a new context. This is easier than detecting the termination
and then respawn it.
2013-02-20 09:17:29 +01:00
Holger Hans Peter Freyther 35843c3654 misc: Modernize the category names to help with MontiCello grouping 2013-02-10 13:05:02 +01:00
Holger Hans Peter Freyther 2b81cc18c6 process: Name all processes started by osmo-core 2012-08-08 18:02:37 +02:00
Holger Hans Peter Freyther 2390e42814 core: Add proper categories to the class, call it OsmoCore 2011-09-27 16:09:34 +02:00
Holger Hans Peter Freyther 6f2c4e98c7 dispatcher: Run the dispatch queue with a higher priority
We want the dispatching to happen faster, change the priority
and see how things will turn out.
2011-07-06 09:58:13 +02: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