Commit graph

6 commits

Author SHA1 Message Date
Roland
28aad82b1a deprecate closure-taking Props factories, see #3081
- base Props on Deploy, Class and Seq[Any] (i.e. constructor args)
- remove deprecated Props usage from akka-docs sample code
- rewrite UntypedActorDocTestBase
- rewrite Java/Scala doc section on actor creation
- add migration guide entry
2013-04-16 12:48:31 +02:00
Roland
8dea20a1f1 LightArrayRevolverScheduler, see #2904
- based on a wheel (AtomicReferenceArray) from which atomic
  single-linked lists dangle
- no locks
- deterministic tests due to overridable time source
- also bring docs up to date
2013-01-23 19:57:44 +01:00
RickLatrine
0dde5c484a Imports fixed. Corrected akka 2.1 releated changes. 2012-12-09 12:13:22 +01:00
RickLatrine
3f1bab2328 fixed imports 2012-12-08 15:13:58 +01:00
RickLatrine
1d4d65d449 Moved example code, fixed indentation in SupervisedAsk 2012-12-08 11:27:07 +01:00
RickLatrine
b965506f10 Applied discussion results to implementation and documentation.
- renamed to SupervisedAsk.askOf
- watches for actor termination
- askOf returns Future
- intermediate actor used to prevent actor system bottle-neck
- timeout handling
2012-10-13 16:24:27 +02:00