X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=8sync%2Factors.scm;h=9b079b8a1754c788ac860a8cbccf78904f1a5b42;hb=bc24c9f3f29d3396ae9e52f9682914dec868838a;hp=867e3d08e2e0a2d2525aa5d06189231c18648b99;hpb=5fa0225a261a031fc8cd2988932e6a3e8f4528fb;p=8sync.git 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))