Roland
ce49ffe3c6
remove all but one occurrence of single-arg tell()
2012-09-19 23:55:53 +02:00
Roland
35b7a9e338
second round of FiniteDuration business, including cluster fixes
...
- make Scheduler only accept FiniteDuration, which has quite some
knock-on effects
2012-09-18 09:58:30 +02:00
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
2c251ccf1c
#2436 - Changing typo in untyped actor code
2012-08-30 16:27:00 +02:00
Roland
43170ff168
redo ChildTerminated() processing, see #2391 "
...
the previous patch of including the UID in the Terminated message did
suffer from the system vs. normal message ordering problem, hence I
reverted the previous fix and replaced it by sending a NullMessage after
ChildTerminated, exactly like in the Supervise case.
2012-08-22 17:31:01 +02:00
Roland
c03665ec46
make Terminated constr private[akka]
2012-08-20 11:22:52 +02:00
Roland
d6f42ca344
remove child in Terminated() processing, see #2391
2012-08-19 21:07:04 +02:00
Viktor Klang
9d097bcf50
Making it possible/mandatory to signal which ExecutionContext will actually execute something scheduled
2012-08-08 15:57:30 +02:00
Viktor Klang
8bca635279
Stab at fixing more tests with timeout issues on Jenkins
2012-07-24 14:26:22 +02:00
Viktor Klang
aa4ad6f3c3
Making it green
2012-07-22 21:40:09 +02:00
Viktor Klang
743f9cd8ff
Removing Specs2 as a dependency to remove the hassle of keeping track of available versions
2012-07-21 18:09:20 +02:00
Viktor Klang
ac5b5de90a
Merging in master, huge work trying to get things to compile, tests not green at this stage
2012-07-06 17:04:04 +02:00
Viktor Klang (√)
b6a5796218
Merge pull request #561 from akka/wip-2101-stash-docs-phaller
...
Stash docs (#2101 )
2012-07-05 17:33:15 -07:00
Viktor Klang
52d33113d9
Partial work + broken commit
2012-07-04 15:25:30 +02:00
Viktor Klang
3911b18069
Merging in master
2012-07-04 15:24:23 +02:00
Björn Antonsson
0c38dac2ea
Doc typo change and clarification
2012-07-03 16:10:42 +02:00
Viktor Klang
8ede1f55e9
Moving to s.c.EC and s.c.A, compiles but tests aren't passing
2012-06-29 16:40:36 +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
1a7f29aaec
Making everything compile and tests pass
2012-06-28 15:33:49 +02:00
phaller
3337dc1387
Merge branch 'master' of github.com:akka/akka
2012-06-25 14:27:36 +02:00
phaller
e18d591647
Stash: add Java docs
2012-06-22 18:20:29 +02:00
Viktor Klang
96f264e842
Initial stab at DeathWatch 2.0, tests don't pass just yet
2012-05-28 16:49:49 +02:00
Viktor Klang
fdd4a85ab0
Adding docs about creating TypedActor children
2012-05-25 00:49:45 +02:00
Patrik Nordwall
0eae9d8d22
Move all doc examples out of the akka-package to avoid use of private APIs. See #2092
2012-05-22 11:37:09 +02:00