From: Christopher Allan Webber Date: Wed, 1 Nov 2017 00:59:21 +0000 (-0500) Subject: actors: Have actors attach class name as cookie to actor address by default. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=2e61438643691be6b1ba232459801b9745689a41;hp=2e61438643691be6b1ba232459801b9745689a41;p=8sync.git actors: Have actors attach class name as cookie to actor address by default. * 8sync/actors.scm (*debug-actor-ids*): New parameter. (create-actor): If `*debug-actor-ids*' is #t, add class name as cookie to actor address. ---