projects
/
8sync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa0225
)
actors: Add docstring to hive-create-actor*.
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 23 Dec 2016 01:46:46 +0000
(19:46 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 23 Dec 2016 01:46:46 +0000
(19:46 -0600)
* 8sync/actors.scm (hive-create-actor*): Added docstring.
8sync/actors.scm
patch
|
blob
|
history
diff --git
a/8sync/actors.scm
b/8sync/actors.scm
index 867e3d08e2e0a2d2525aa5d06189231c18648b99..9b079b8a1754c788ac860a8cbccf78904f1a5b42 100644
(file)
--- a/
8sync/actors.scm
+++ b/
8sync/actors.scm
@@
-632,6
+632,7
@@
that method for documentation."
init #f))
(define* (hive-create-actor* hive actor-class id-cookie #:rest init)
+ "Create an actor, but also add a 'cookie' to the name for debugging"
(%hive-create-actor hive actor-class
init id-cookie))