Adding migration docs for new Agents

This commit is contained in:
Viktor Klang 2013-01-27 23:01:42 +01:00
parent 791bbd1565
commit a70db6a141
3 changed files with 42 additions and 6 deletions

View file

@ -56,7 +56,7 @@ happens immediately. So while updates to an Agent are asynchronous, reading the
state of an Agent is synchronous.
Updating Agents (send & alter)
======================
==============================
You update an Agent by sending a function that transforms the current value or
by sending just a new value. The Agent will apply the new value or function