Commit graph

11 commits

Author SHA1 Message Date
Konrad `ktoso` Malawski
40228e851d =doc #23421 move Kill docs around and fix snippet (#23429) 2017-09-27 15:32:01 +09:00
Ryan Brideau
cce775380d Cleaned up the comments and fixed typo (#23418) 2017-07-26 18:15:42 +02:00
Oliver Lockwood
c0e90a0e70 Fix reference to Hitch-Hiker's Guide (#23410) 2017-07-24 07:34:29 -07:00
Patrik Nordwall
f8a1d635fa Support for Actor timers, and fix bug in FSM, #15733
* backport of the timers from Akka Typed, #16742
* also fixed a small bug in FSM timers, which could result in that
  a timer from a previous incarnation was let through to new
  incarnation after restart
* no more need for the complicated "how to" section in docs of
  how to schedule periodic messages
2017-07-06 14:29:35 +02:00
Patrik Nordwall
4d4fe1471b Merge pull request #22998 from richard-imaoka/doc-22803-blocking-imaoka
More description about blocking operations
2017-06-16 15:49:02 +02:00
Richard Imaoka
dfef449268 More description about blocking operations (Fixes #22803)
Improve wordings in actor-systems.md

Adding Java samples in actor-systems.md, and description for scala.concurrent.blocking() inside Future

Move the section for blocking operations to dispatchers.md

Fix minor issues in dispatchers.md

Remove note about scala.concurrent.blocking which would be unnecessary.

Correcting a typo "run run"
2017-06-16 21:46:02 +09:00
Richard Imaoka
c569bdbc7c Merge akka-docs/paradox/scala/actors.md and java/actors.md (#23079)
* Identical contents in scala/actors.md and java/actors.md
* Replace java/actors.md with a symlink to scala/actors.md
2017-06-03 06:34:22 -07:00
Patrik Nordwall
aefd9a9186 fix race in fiddle example test, #23013 2017-05-23 14:15:44 +02:00
andrea
833f3e8f32 addressing comments 2017-05-22 16:11:53 +02:00
andrea
8a6cebedef +doc Basic Fiddle interactive examples 2017-05-22 16:11:53 +02:00
Patrik Nordwall
59f53e1a22 move code to src/test
* so that it compiles and tests pass
* fix some additional snip references in getting started
2017-05-11 17:36:45 +02:00