Update copyrights.
[8sync.git] / 8sync / actors.scm
2017-01-11 Christopher Allan... Update copyrights.
2017-01-09 Christopher Allan... actors: Update comments on addresses.
2017-01-04 Christopher Allan... actors: Cleanup on signals.
2017-01-04 Christopher Allan... actors: Remove define-simple-actor, add define-actor.
2017-01-04 Christopher Allan... actors: Rename msg-receive, msg-val to mbody-receive...
2017-01-04 Christopher Allan... actors: Add auto-init feature to actors.
2017-01-03 Christopher Allan... actors: Implicit from-actor argument <-foo methods...
2017-01-02 Christopher Allan... agenda: Rename start-agenda to run-agenda.
2017-01-02 Christopher Allan... actors: Rename *clean-up* back to *cleanup.
2017-01-02 Christopher Allan... actors: Rename actor-am-i-alive? to actor-alive?.
2017-01-02 Christopher Allan... actors: Automatically add cookie by default in hive...
2017-01-02 Christopher Allan... actors: Update self-destruct to run *clean-up* message...
2017-01-02 Christopher Allan... actors: Rename *cleanup* action to *clean-up*.
2017-01-02 Christopher Allan... actors: Add cleanup facility to run-hive.
2017-01-02 Christopher Allan... actors: Rename ez-run-hive to run-hive.
2016-12-27 Christopher Allan... actors: Add new method of running REPL via REPL actor.
2016-12-26 Christopher Allan... actors: Removing unnecessary level of indirection aroun...
2016-12-24 Christopher Allan... actors: Update actor ids to use a vector rather than...
2016-12-23 Christopher Allan... actors: Add docstring to hive-create-actor*.
2016-12-21 Christopher Allan... actors: Move error propagation within <-wait; add ...
2016-12-21 Christopher Allan... actors: Generalize the <-foo methods functionality...
2016-12-20 Christopher Allan... actors: Switch coroutine waiting code over to using...
2016-12-20 Christopher Allan... actors: Document the <message> records's fields.
2016-12-20 Christopher Allan... actors: Move actors center-stage in 8sync.