Adding migration docs for the Scheduler changes.

This commit is contained in:
Viktor Klang 2012-12-18 13:50:20 +01:00
parent 27dec68f6c
commit 6afed38d5d

View file

@ -41,6 +41,11 @@ and with it the ``conf_?`` method that was essentially only a type-inferencer ai
of optional transformations on ``ThreadPoolConfigBuilder``.
Instead use: ``option.map(o => (t: ThreadPoolConfigBuilder) => t.op(o))``.
Scheduler
=========
Akka's ``Scheduler`` has been augmented to also include a ``sender`` when scheduling to send messages, this should work Out-Of-The-Box for Scala users,
but for Java Users you will need to manually provide the ``sender`` as usual use ``null`` to designate "no sender" which will behave just as before the change.
ZeroMQ ByteString
=================