Commit graph

20 commits

Author SHA1 Message Date
Roland
251a62293a unb0rk akka-actor-nightly build
This means tightening types from Duration to FiniteDuration in several
places; a good thing, since we replace runtime complaints by compile
time errors.
2012-09-14 16:44:38 +02:00
Viktor Klang
1bf0fe4448 Partial migration to M5 2012-07-17 17:21:08 +02:00
Viktor Klang
52d33113d9 Partial work + broken commit 2012-07-04 15:25:30 +02:00
Viktor Klang
0bf45a9403 Initial work in moving to scala.concurrent.Await + Awaitable 2012-06-29 16:06:26 +02:00
Viktor Klang
54a3a44bf8 #2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration 2012-06-29 13:33:20 +02:00
Viktor Klang
2bb255b480 Removing ActorTimeoutException everywhere... I swear it... 2012-05-18 15:23:21 +02:00
Viktor Klang
ba4a3b7f65 #1973 - Adding support for a mechanism to create Futures that will have a result after a specified duration. 2012-04-25 18:34:25 +02:00
Viktor Klang
009a1afe89 Making createAsker private, adding docs for 'to', changing Java API to be symmetric to Java 2012-02-01 14:54:54 +01:00
Viktor Klang
75e90cccdf Cleaning up the code 2012-02-01 14:04:01 +01:00
Viktor Klang
571af3d8d2 Removing pipeTo from akka.actor, renamed pipeTo(f,a) to pipe(f,a) 2012-01-31 18:56:25 +01:00
Roland
9d7ed5eba1 update copyright headers 2012-01-23 18:25:43 +01:00
Roland
3a30f915c3 remove use of akka.actor.timeout property for ask 2012-01-23 15:59:18 +01:00
Roland
71d58c5338 improve migration guide & helpers, plus some docs 2012-01-23 11:58:27 +01:00
Roland
1daaee98aa Merge remote-tracking branch 'origin/master' into wip-1581-patterns-ask 2012-01-18 14:20:13 +01:00
Roland
8b14cd683d scaladoc for patterns 2012-01-18 13:26:11 +01:00
Roland
4aa0a1ff2b add akka.pattern.pipeTo, see #1582
- move code from akka.actor package to akka.pattern
- add Java API in akka.pattern.Patterns.pipeTo()
2012-01-18 13:01:24 +01:00
Roland
00ec3f89dc move ask machinery from ActorRefProvider to pattern.AskSupport
- now everything is assembled in one spot
- also moved PromiseActorRef and AskTimeoutException from akka.actor
- plus a little boy-scouting
2012-01-18 11:53:45 +01:00
Roland
2bed2cb954 move everything into package akka.pattern 2012-01-18 10:18:51 +01:00
Patrik Nordwall
5ba0963d71 Added documentation. See #1583 2012-01-03 11:41:49 +01:00
Patrik Nordwall
39a96b2ac3 Added akka.pattern.gracefulStop. See #1583 2012-01-01 20:55:30 +01:00