From 93754faab2ff30f62db04aaef7e6dee2fc3a4bfd Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 31 Jul 2017 11:54:12 -0500 Subject: [PATCH] Cleaning up exports. * 8sync/actors.scm: Clean up exports. --- 8sync/actors.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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)) -- 2.31.1