From: Christopher Allan Webber Date: Mon, 2 Jan 2017 00:46:08 +0000 (-0600) Subject: doc: Rename calls to ez-run-hive to run-hive and adjust titles. X-Git-Tag: v0.4.0~39 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=39be3a1d4f667eae7dc31b7677721692aab3a319 doc: Rename calls to ez-run-hive to run-hive and adjust titles. * doc/8sync-new-manual.org: Rename calls to ez-run-hive to run-hive and adjust titles. --- diff --git a/doc/8sync-new-manual.org b/doc/8sync-new-manual.org index e85b639..1caa79b 100644 --- a/doc/8sync-new-manual.org +++ b/doc/8sync-new-manual.org @@ -574,7 +574,7 @@ How about an actor that start sleeping, and keeps sleeping? (let* ((hive (make-hive)) (sleeper (hive-create-actor hive ))) - (ez-run-hive hive (list (bootstrap-message hive sleeper 'loop)))) + (run-hive hive (list (bootstrap-message hive sleeper 'loop)))) #+END_SRC We see some particular things in this example. @@ -664,7 +664,7 @@ Looks like there's nothing left to do but run it: (worker (hive-create-actor hive )) (manager (hive-create-actor hive #:direct-report worker))) - (ez-run-hive hive (list (bootstrap-message hive manager 'assign-task 5)))) + (run-hive hive (list (bootstrap-message hive manager 'assign-task 5)))) #+END_SRC #+BEGIN_SRC text @@ -769,11 +769,11 @@ This does what you might expect: it removes the actor from the hive. No new messages will be sent to it. Ka-poof! -** Extended example: an IRC bot battle - -** Adding a "rankings" web page - ** Writing our own from scratch * API reference +* Systems reference +** IRC +** Web / HTTP +** COMMENT Websockets