Merge pull request #18446 from akka/wip-18346-doc-scheduler-patriknw
=act #18346 Document scheduler task throws
This commit is contained in:
commit
07d9cda3a6
4 changed files with 33 additions and 2 deletions
|
|
@ -62,6 +62,10 @@ From ``akka.actor.ActorSystem``
|
|||
.. includecode:: ../../../akka-actor/src/main/scala/akka/actor/ActorSystem.scala
|
||||
:include: scheduler
|
||||
|
||||
.. warning::
|
||||
|
||||
All scheduled task will be executed when the ``ActorSystem`` is terminated, i.e.
|
||||
the task may execute before its timeout.
|
||||
|
||||
The Scheduler Interface for Implementors
|
||||
----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue