From: Christopher Allan Webber Date: Fri, 23 Dec 2016 01:46:46 +0000 (-0600) Subject: actors: Add docstring to hive-create-actor*. X-Git-Tag: v0.4.0~60 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=d0a86ba4c62607a2051729a81844adabb2760b25 actors: Add docstring to hive-create-actor*. * 8sync/actors.scm (hive-create-actor*): Added docstring. --- diff --git a/8sync/actors.scm b/8sync/actors.scm index 867e3d0..9b079b8 100644 --- 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))