Commit graph

8 commits

Author SHA1 Message Date
Viktor Klang
b32cbbc764 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
Viktor Klang
0b6a1a0e54 Removing Future.exception plus starting to remove Future.result 2011-12-12 12:41:56 +01:00
Viktor Klang
3b1330c6d7 Tests are green with new Futures, consider this a half-way-there marker 2011-12-11 00:40:52 +01:00
Patrik Nordwall
3204269f6a Cleanup of methods in Actor and ActorContext trait. See #1377
* Added JavaActorContext, UntypedActor.getContext
* implicit val context in Actor needs to be implicit to support forward,
it would be nice if it wasn't implicit because now I can't override context
in UntypedActor
* Removed implicit def system in Actor
* Removed implicit def defaultTimeout in Actor
* Removed receiveTimeout, children, dispatcher, become, unbecome, watch,
unwatch in Actor
* Removed corresponding as above from UntypedActor
* Removed implicit from dispatcher in ActorSystem
* Removed implicit def timeout in TypedActor
* Changed receiveTimeout to use Duration (in api)
* Changed many tests and samples to match new api
2011-12-06 09:50:16 +01:00
Kjell Winblad
f21ed099fc Made improvements to IndexSpec after comments from Viktor. 2011-10-20 20:34:14 +02:00
Kjell Winblad
86546d4083 Fixed spelling error 2011-10-13 13:29:05 +02:00
Kjell Winblad
c877b69520 Added test for parallel access of Index 2011-10-13 13:27:07 +02:00
Kjell Winblad
bff7d10bb4 Added test for akka.util.Index (ticket #1282) 2011-10-12 22:16:35 +02:00