Commit graph

8 commits

Author SHA1 Message Date
Peter Vlugter
1547c99290 Fix race in ActorModelSpec 2011-03-25 17:36:11 +13:00
Roland Kuhn
52e5e35e50 Merge branch 'wip-CallingThreadDispatcher'
Conflicts:
	akka-actor/src/test/scala/akka/dispatch/ActorModelSpec.scala
	project/build/AkkaProject.scala
both resolved by "union" approach

- change wavesOfActors test for CTD: scheduling SHUTDOWN 10000 times does not
  work so well...
- add executeFuture with trivial implementation, TBC
2011-03-17 22:18:39 +01:00
Roland Kuhn
e1b266c840 add test to ActorModelSpec
dispatcherShouldHandleQueueingFromMultipleThreads tests for possible race
conditions in prohibiting multiple threads running the same actor concurrently
2011-03-06 21:53:09 +01:00
Roland Kuhn
3d28e6ad0f create akka-testkit subproject
- modify AkkaProject.scala
- move CallingThreadDispatcher & Spec and TestKit into akka-testkit
- update FSMTimingSpec accordingly
2011-03-05 14:36:08 +01:00
Viktor Klang
a6bfe644d5 Removing HawtDispatch, the old WorkStealing dispatcher, replace old workstealer with new workstealer based on EBEDD, and remove jsr166x dependency, only 3 more deps to go until 0 deps for akka-actor 2011-02-27 22:44:37 +01:00
Roland Kuhn
337d34eac1 first shot at CallingThreadDispatcher
- add some useful methods to akka.util.Switch and fix a typo
- adapt ActorModelSpec not to rely on the Meet message (would not work with
  CallingThreadDispatcher)
- add CallingThreadDispatcher
2011-02-20 21:45:54 +01:00
Jonas Bonér
57d0e85a9a Updated the copyright header to 2009-2011 2010-12-22 15:35:50 +01:00
Viktor Klang
2f62241519 Added a root akka folder for source files for the docs to work properly, closing ticket #541 2010-11-20 22:26:26 +01:00
Renamed from akka-actor/src/test/scala/dispatch/ActorModelSpec.scala (Browse further)