projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f472b
)
Cleaning up exports.
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 31 Jul 2017 16:54:12 +0000
(11:54 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 3 Aug 2017 20:50:18 +0000
(15:50 -0500)
* 8sync/actors.scm: Clean up exports.
8sync/actors.scm
patch
|
blob
|
history
diff --git
a/8sync/actors.scm
b/8sync/actors.scm
index 9e249cdd987db42fe3c721d9b886b516ab08c33f..fe8b832a23773cff38c9eb659e9bc1a5af2194d9 100644
(file)
--- a/
8sync/actors.scm
+++ b/
8sync/actors.scm
@@
-43,16
+43,16
@@
;;; Commenting out the <address> type for now;
;;; it may be back when we have better serializers
;; <address>
- 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))