X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=doc%2F8sync-new-manual.org;h=1caa79b8ccb15adfa5e52c4c46c17b7a9ee5ddae;hp=e85b639b5be2f9a4ef2e0740ac89deabe8ecb5e2;hb=39be3a1d4f667eae7dc31b7677721692aab3a319;hpb=c769bb3b2c949c304eb4395d3f24eebea6106c1a 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