From: Christopher Allan Webber Date: Mon, 31 Jul 2017 16:54:12 +0000 (-0500) Subject: Cleaning up exports. X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=93754faab2ff30f62db04aaef7e6dee2fc3a4bfd Cleaning up exports. * 8sync/actors.scm: Clean up exports. --- diff --git a/8sync/actors.scm b/8sync/actors.scm index 9e249cd..fe8b832 100644 --- a/8sync/actors.scm +++ b/8sync/actors.scm @@ -43,16 +43,16 @@ ;;; Commenting out the
type for now; ;;; it may be back when we have better serializers ;;
- make-address address? + make-address address-actor-id address-hive-id - actor-init! actor-cleanup! - address->string actor-id-actor actor-id-hive actor-id-string + actor-init! actor-cleanup! + actor-alive? build-actions @@ -75,8 +75,6 @@ message-id message-body message-in-reply-to message-wants-reply - message-auto-reply? - <- <-wait spawn-hive run-hive))