From: Christopher Allan Webber Date: Thu, 10 Aug 2017 21:56:43 +0000 (-0500) Subject: Allow sending messages to put to-actor as an actual actor instance. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=inline;h=a0e0735ebf3f184b4f105cad1af5757ecd08e2e4;hp=a0e0735ebf3f184b4f105cad1af5757ecd08e2e4;p=8sync.git Allow sending messages to put to-actor as an actual actor instance. This reduces a common error and also allows for cleaner code when an actor wants to send a message to itself. * 8sync/actors.scm (%<-): Allow sending messages to put to-actor as an actual actor instance. ---