From 39be3a1d4f667eae7dc31b7677721692aab3a319 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 1 Jan 2017 18:46:08 -0600 Subject: [PATCH] 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. --- doc/8sync-new-manual.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.31.1