pekko/akka-actor-tests/src/test/scala/akka
Viktor Klang 97811a7fa4 Replacing old Future.fold impl with sequence,
avoiding to close over this on dispatchTask,
changing UnsupportedOperationException to NoSuchElementException
2011-12-14 01:45:20 +01:00
..
actor Merged with current master 2011-12-13 10:18:15 +01:00
config ActorContext instead of ActorRef in HotSwap code parameter. See #1441 2011-12-07 11:25:35 +01:00
dataflow Renaming Block to Await, renaming sync to result, renaming on to ready, Await.ready and Await.result looks and reads well 2011-12-12 22:50:08 +01:00
dispatch Replacing old Future.fold impl with sequence, 2011-12-14 01:45:20 +01:00
event Removing HotSwap and revertHotSwap 2011-12-08 14:44:18 +01:00
japi moved tests from akka-actor to new module akka-actor-tests to fix circular dependencies between testkit and akka-actor 2011-04-06 07:45:42 +02:00
performance Merged with current master 2011-12-13 10:18:15 +01:00
routing Renaming Block to Await, renaming sync to result, renaming on to ready, Await.ready and Await.result looks and reads well 2011-12-12 22:50:08 +01:00
serialization Minor corrections after review 2011-12-08 17:45:02 +01:00
testkit Adding DispatcherPrerequisites to hold the common dependencies that a dispatcher needs to be created 2011-11-17 16:09:18 +01:00
ticket Renaming Block to Await, renaming sync to result, renaming on to ready, Await.ready and Await.result looks and reads well 2011-12-12 22:50:08 +01:00
util Merged with current master 2011-12-13 10:18:15 +01:00
AkkaExceptionSpec.scala Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }' 2011-09-27 17:41:02 +02:00
Messages.scala Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00